Skip to content

Commit

Permalink
Added .py extension to bfasst script in .github/workflows/weeklytests…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
yonnorc42 committed Nov 13, 2023
1 parent edeb863 commit 31193f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weeklytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
timeout-minutes: 40
run: |
source .venv/bin/activate
python scripts/bfasster --yaml ${{ matrix.experiment }}
python scripts/bfasster.py --yaml ${{ matrix.experiment }}
- name: 'Create fname'
if: failure()
id: set-fname
Expand Down

0 comments on commit 31193f9

Please sign in to comment.