Skip to content

Commit

Permalink
next: Fixed install
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jul 7, 2024
1 parent c8d0cbb commit 819908a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/poetry_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ for p in $_projects
do
cd "${DIR}/../${p}" || exit
(pyenv local && poetry env use $(which python)) || poetry env use 3.12
poetry install --sync --all-extras
poetry install
done

0 comments on commit 819908a

Please sign in to comment.