Skip to content

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Feb 4, 2024
1 parent 9896257 commit dd77dd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push_to_overleaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ jobs:
- name: Run experiments and generate plots
run: |
cd ${{ github.workspace }}
shopt -s nullglob
for script in run_*.py; do
python "$script"
done
shell: /usr/bin/bash -e {0}
- name: Commit and push changes to Overleaf
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit dd77dd3

Please sign in to comment.