Skip to content

Commit

Permalink
refactor: Always install all dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Apr 11, 2023
1 parent 5b0faf3 commit 0d1e398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/scripts/setup.sh
Expand Up @@ -14,7 +14,7 @@ if ! pdm self list 2>/dev/null | grep -q pdm-multirun; then
fi

if [ -n "${PYTHON_VERSIONS}" ]; then
pdm multirun -vi ${PYTHON_VERSIONS// /,} pdm install
pdm multirun -vi ${PYTHON_VERSIONS// /,} pdm install -G:all
else
pdm install
pdm install -G:all
fi

0 comments on commit 0d1e398

Please sign in to comment.