Skip to content

Commit

Permalink
CI: Use pip to install Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 24, 2021
1 parent 512d35e commit 0adfa39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ sqlite3_py3.10:
stage: test
image: python:3.10-rc
script:
- curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python - --version 1.1.8
- /root/.poetry/bin/poetry config virtualenvs.create false
- $HOME/.poetry/bin/poetry install --no-interaction
- pip install poetry==1.1.8
- poetry config virtualenvs.create false
- poetry install --no-interaction
- scripts/update_translations.sh
- python -Wd tests.py

0 comments on commit 0adfa39

Please sign in to comment.