Skip to content

Commit

Permalink
CI: Disable Poetry's new installer on 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 24, 2021
1 parent 0adfa39 commit 2133dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ sqlite3_py3.10:
script:
- pip install poetry==1.1.8
- poetry config virtualenvs.create false
- poetry config experimental.new-installer false
- poetry install --no-interaction
- scripts/update_translations.sh
- python -Wd tests.py

0 comments on commit 2133dd3

Please sign in to comment.