Skip to content

Commit

Permalink
fixed syntax in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JenniferKarr committed Sep 16, 2024
1 parent 677ea97 commit 9f4ce84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
pip install git+https://github.com/AstarVienna/ScopeSim.git
pip install astar-utils numpy more-itertools astropy PyYAML scopesim_templates
- name: Run recipes
run: python ESO/downloads.py
run: python ESO/run_recipes.py --small=True
run: |
python ESO/downloads.py
python ESO/run_recipes.py --small=True
- name: Store output files
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9f4ce84

Please sign in to comment.