From f2ea18c051bb43f3088c35700db999dd2272abe2 Mon Sep 17 00:00:00 2001 From: Gen Tolhurst <45543810+xenct@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:02:02 +1000 Subject: [PATCH] Update plotting_and_stats_example.yml --- .github/workflows/plotting_and_stats_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plotting_and_stats_example.yml b/.github/workflows/plotting_and_stats_example.yml index 1580f7d..e40e051 100644 --- a/.github/workflows/plotting_and_stats_example.yml +++ b/.github/workflows/plotting_and_stats_example.yml @@ -19,7 +19,7 @@ jobs: - name: Install Python dependencies uses: py-actions/py-dependency-install@v4 with: - path: /plotting_maps/requirements.txt + path: requirements.txt - name: execute py script run: python plotting_and_stats_examples.py