Skip to content

Merge branch 'main' of github.com:AusClimateService/plotting_maps #22

Merge branch 'main' of github.com:AusClimateService/plotting_maps

Merge branch 'main' of github.com:AusClimateService/plotting_maps #22

name: Execute plotting_and_stats_example
env:
DEVOPS_DIR: plotting_maps
on:
push:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
- name: Check out repo
uses: actions/checkout@v2
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: requirements.txt
- name: execute py script
run: python plotting_and_stats_examples.py
# - uses: actions/upload-artifact@v3
# if: always()