Skip to content

Commit

Permalink
Update plotting_and_stats_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xenct authored Jul 8, 2024
1 parent f9c6fd9 commit 8335050
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/plotting_and_stats_example.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Execute plotting_and_stats_example

env:
DEVOPS_DIR: plotting_maps

on:
push:
branches:
Expand All @@ -14,7 +17,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v2
- name: execute py script
run: python /AusClimateService/plotting_maps/blob/main/plotting_and_stats_examples.py
run: python plotting_and_stats_examples.py
# - uses: actions/upload-artifact@v3
# if: always()

0 comments on commit 8335050

Please sign in to comment.