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 8d22fc0 commit 6022df2Copy full SHA for 6022df2
1 file changed
.github/workflows/ci-main.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: ${{ matrix.python-version }}
22
23
- name: Install Poetry
24
- run: curl -sSL https://install.python-poetry.org | python3 -
+ run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -
25
26
- name: Configure Poetry to create virtualenvs in project root
27
run: poetry config virtualenvs.in-project true
0 commit comments