diff --git a/.github/workflows/plotting_and_stats_example.yml b/.github/workflows/plotting_and_stats_example.yml index 9682a9a..71205f3 100644 --- a/.github/workflows/plotting_and_stats_example.yml +++ b/.github/workflows/plotting_and_stats_example.yml @@ -14,7 +14,7 @@ jobs: - name: Check out repo uses: actions/checkout@v2 - name: execute py script - run: python /blob/main/plotting_and_stats_examples.py + run: python /AusClimateService/plotting_maps/blob/main/plotting_and_stats_examples.py # - uses: actions/upload-artifact@v3 # if: always()