Skip to content

Commit 1146032

Browse files
authored
Try fixing ci job by updating to newer poetry version
1 parent 43a689d commit 1146032

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
# Ref: https://github.com/python-poetry/poetry-core/pull/188
4343
run: |
4444
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"
45+
python -m pip install "poetry==1.5.1"
4746
python -m poetry plugin add poetry-version-plugin
4847
- name: Configure poetry
4948
run: python -m poetry config virtualenvs.create false

0 commit comments

Comments
 (0)