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 cac96b2Copy full SHA for cac96b2
.github/workflows/publish-docs.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install poetry
32
run: |
33
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
34
- python get-poetry.py -y
+ python get-poetry.py -y --version 1.0.10
35
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
36
rm get-poetry.py
37
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
0 commit comments