Skip to content

Commit

Permalink
Reorder installs for Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg authored Sep 1, 2024
1 parent e581c96 commit c0d9790
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/download_scopesim_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ pip install poetry
# releases do not (always) have the test files.
# TODO: Add speXtra and Pickles?

git clone https://github.com/AstarVienna/ScopeSim.git
pushd ScopeSim
poetry install --with=test,dev,docs
popd

git clone https://github.com/AstarVienna/skycalc_ipy.git
pushd skycalc_ipy
poetry install --with=test,docs
Expand All @@ -76,11 +81,6 @@ pushd ScopeSim_Templates
poetry install --with=test,dev,docs
popd

git clone https://github.com/AstarVienna/ScopeSim.git
pushd ScopeSim
poetry install --with=test,dev,docs
popd

git clone https://github.com/AstarVienna/irdb.git
pushd irdb
# irdb doesn't use poetry yet
Expand Down

0 comments on commit c0d9790

Please sign in to comment.