From 74e8ec1ce40473699087e59879b3b87969e1aeb2 Mon Sep 17 00:00:00 2001 From: "Fabian H." <73600109+teutoburg@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:58:24 +0200 Subject: [PATCH] Use pipx for poetry, and poetry for AnisoCADO --- bin/download_scopesim_data.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/download_scopesim_data.sh b/bin/download_scopesim_data.sh index f442d7a..bad59a9 100755 --- a/bin/download_scopesim_data.sh +++ b/bin/download_scopesim_data.sh @@ -54,7 +54,7 @@ export SCOPESIM_DATA_CI_FLAG=1 pushd "${DIR_WORK}" python -m venv envdata source envdata/bin/activate -pip install poetry +pipx install poetry==2.4.1 # Download and install all the packages. Has to be done from git, because the # releases do not (always) have the test files. @@ -89,8 +89,8 @@ popd git clone https://github.com/AstarVienna/AnisoCADO.git pushd AnisoCADO -# AnisoCADO doesn't use poetry yet. -pip install -e ".[test,dev,docs]" +poetry install --with=test,docs +poetry update --with=test,docs popd git clone https://github.com/AstarVienna/ScopeSim_Templates.git