Skip to content

Commit

Permalink
Clone METIS_Simulations first..
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Nov 12, 2024
1 parent 53b4657 commit 2c9e5df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/make_test_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
pip install astar-utils numpy more-itertools astropy PyYAML scopesim_templates
- name: Run recipes
run: |
python ESO/downloadPackages.py
python ESO/run_recipes.py --small --doCalib=1 --sequence=1 --doStatic --small --outputDir metis_sim_small_1/data
git clone https://github.com/AstarVienna/METIS_Simulations.git
python METIS_Simulations/ESO/downloadPackages.py
python METIS_Simulations/ESO/run_recipes.py --small --doCalib=1 --sequence=1 --doStatic --small --outputDir metis_sim_small_1/data
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 2c9e5df

Please sign in to comment.