Skip to content

Commit

Permalink
Do not use preview versions of Poetry in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jun 11, 2020
1 parent 7403a4d commit a08c4a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,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
python get-poetry.py -y
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
- name: Configure poetry
Expand Down

0 comments on commit a08c4a9

Please sign in to comment.