Skip to content

Commit

Permalink
Add workaround for broken wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
eveenhuis committed Mar 28, 2023
1 parent 0abf7a4 commit ccc768c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ jobs:
run: |
if [[ -n "$OPT_EXTRA" ]]
then
# Workaround: Poetry 1.4.1 introduced stricter checks on wheels
# https://github.com/python-poetry/poetry/issues/7686
poetry config installer.modern-installation false
poetry install --extras "$OPT_EXTRA"
fi
Expand Down

0 comments on commit ccc768c

Please sign in to comment.