Update plotting_and_stats_example.yml #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: execute py script | |
run: python plotting_and_stats_examples.py | |
# - uses: actions/upload-artifact@v3 | |
# if: always() | |