Skip to content

Commit

Permalink
remove workaround for python-poetry/poetry#4210
Browse files Browse the repository at this point in the history
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Aug 22, 2022
1 parent 6550389 commit a2e505b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Workaround for https://github.com/python-poetry/poetry/issues/4210
run: poetry config experimental.new-installer false
if: matrix.python == '3.10.0-rc.1'
- name: Set up cache
uses: actions/cache@v3
id: cache
Expand Down

0 comments on commit a2e505b

Please sign in to comment.