Skip to content

Commit

Permalink
Use the preview version of Poetry for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jun 26, 2020
1 parent ac67d5c commit abecc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
run: |
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
python get-poetry.py -y
python get-poetry.py -y --preview
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
- name: Configure poetry
Expand Down

0 comments on commit abecc84

Please sign in to comment.