Skip to content

Commit

Permalink
Disallow poetry-plugin-export 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Mar 18, 2024
1 parent 8bdf4b7 commit b798532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi

# Install the latest version of poetry into the user account
curl -sSL https://install.python-poetry.org | python3 -
poetry self add poetry-plugin-export
poetry self add 'poetry-plugin-export!=1.7.0' # https://github.com/python-poetry/poetry-plugin-export/issues/269

# Run poetry (this may update pyproject.toml and poetry.lock).
if [ -z "$add" ]; then
Expand Down

0 comments on commit b798532

Please sign in to comment.