Skip to content

Commit

Permalink
Fixed poetry install error in python3.10, python-poetry/poetry#4210
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Aug 31, 2021
1 parent c420641 commit ef5fc74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
poetry config experimental.new-installer false
poetry config virtualenvs.create false --local
poetry install --no-root
- name: Static type and format checking
Expand Down

0 comments on commit ef5fc74

Please sign in to comment.