We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f561f commit 5b70b46Copy full SHA for 5b70b46
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
24
- name: Install Poetry
25
- run: pip install poetry
+ run: pip install poetry==1.1.15
26
27
- name: Determine poetry version
28
run: echo "::set-output name=VERSION::$(poetry --version)"
0 commit comments