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