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 99772ca commit 4309d19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/plotting_and_stats_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
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()

0 comments on commit 4309d19

Please sign in to comment.