Skip to content

Commit

Permalink
Multiple run files
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent 44e7057 commit 118b0e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Run experiments and generate plots
run: |
cd ${{ github.workspace }}
python3 labproject/run_default.py
for script in run_*.py; do
python "$script"
done
cd ..
cp labproject/plots/* overleaf/figures/
- name: Commit and push changes to Overleaf
Expand Down

0 comments on commit 118b0e4

Please sign in to comment.