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 43a689d commit 1146032Copy full SHA for 1146032
.github/workflows/build-docs.yml
@@ -42,8 +42,7 @@ jobs:
42
# Ref: https://github.com/python-poetry/poetry-core/pull/188
43
run: |
44
python -m pip install --upgrade pip
45
- python -m pip install --force git+https://github.com/python-poetry/poetry-core.git@ad33bc2
46
- python -m pip install "poetry==1.2.0a2"
+ python -m pip install "poetry==1.5.1"
47
python -m poetry plugin add poetry-version-plugin
48
- name: Configure poetry
49
run: python -m poetry config virtualenvs.create false
0 commit comments