Skip to content

Commit 068c871

Browse files
committed
Remove use of version plugin
1 parent 0035f60 commit 068c871

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ jobs:
3737
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-root-docs
3838
- name: Install poetry
3939
if: steps.cache.outputs.cache-hit != 'true'
40-
# TODO: remove python -m pip install --force git+https://github.com/python-poetry/poetry-core.git@ad33bc2
41-
# once there's a release of Poetry 1.2.x including poetry-core > 1.1.0a6
42-
# Ref: https://github.com/python-poetry/poetry-core/pull/188
4340
run: |
4441
python -m pip install --upgrade pip
4542
python -m pip install "poetry==1.5.1"
46-
python -m poetry self add poetry-version-plugin
4743
- name: Configure poetry
4844
run: python -m poetry config virtualenvs.create false
4945
- name: Install Dependencies

0 commit comments

Comments
 (0)