Skip to content

Commit 0035f60

Browse files
authored
Use newer plugin installation syntax
1 parent 1146032 commit 0035f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
python -m pip install --upgrade pip
4545
python -m pip install "poetry==1.5.1"
46-
python -m poetry plugin add poetry-version-plugin
46+
python -m poetry self add poetry-version-plugin
4747
- name: Configure poetry
4848
run: python -m poetry config virtualenvs.create false
4949
- name: Install Dependencies

0 commit comments

Comments
 (0)