We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2038d99 commit acce28fCopy full SHA for acce28f
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install poetry
29
run: |
30
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
31
- python get-poetry.py -y
+ python get-poetry.py -y --version 1.0.10
32
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
33
rm get-poetry.py
34
0 commit comments