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 1146032 commit 0035f60Copy full SHA for 0035f60
.github/workflows/build-docs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
python -m pip install --upgrade pip
45
python -m pip install "poetry==1.5.1"
46
- python -m poetry plugin add poetry-version-plugin
+ python -m poetry self add poetry-version-plugin
47
- name: Configure poetry
48
run: python -m poetry config virtualenvs.create false
49
- name: Install Dependencies
0 commit comments