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 Apr 15, 2022
1 parent 3cf3839 commit f18a0cc
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 f18a0cc

Please sign in to comment.