From 9f4ce8482f851555f085f71a7ca0c3922afa84b9 Mon Sep 17 00:00:00 2001 From: JenniferKarr Date: Mon, 16 Sep 2024 15:44:37 +0800 Subject: [PATCH] fixed syntax in workflow --- .github/workflows/run_recipes.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_recipes.yml b/.github/workflows/run_recipes.yml index 3078cd4..eae7882 100644 --- a/.github/workflows/run_recipes.yml +++ b/.github/workflows/run_recipes.yml @@ -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: