Skip to content

Commit

Permalink
poetry's new installer does not support python 3.10 yet, see python-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Sep 28, 2021
1 parent b8f29eb commit 179153f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry==1.1.10
poetry config experimental.new-installer false # New installer does not support python 3.10 yet, see https://github.com/python-poetry/poetry/issues/4210
poetry install
- name: Test with pytest
run: |
Expand Down

0 comments on commit 179153f

Please sign in to comment.