Skip to content

Commit

Permalink
ci: switch to pip install when installing poetry
Browse files Browse the repository at this point in the history
We do this since poetry releases currently do not work with python
3.10.

This can be replaced once new bootstrap is available.
  • Loading branch information
abn committed Mar 27, 2021
1 parent beb140c commit 81fc0d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:

- name: Install poetry
shell: bash
run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py --preview -y
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
run: pip install poetry

- name: Configure poetry
shell: bash
Expand Down

0 comments on commit 81fc0d4

Please sign in to comment.