Skip to content

Commit

Permalink
⬆️ Update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
mavwolverine committed May 31, 2023
1 parent d9565f6 commit ed8d9b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install "poetry==1.5.1"
python -m poetry plugin add poetry-version-plugin
python -m poetry self add poetry-version-plugin
- name: Configure poetry
run: python -m poetry config virtualenvs.create false
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install "poetry==1.5.1"
python -m poetry plugin add poetry-version-plugin
python -m poetry self add poetry-version-plugin
- name: Configure poetry
run: python -m poetry config virtualenvs.create false
- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install "poetry==1.5.1"
python -m poetry plugin add poetry-version-plugin
python -m poetry self add poetry-version-plugin
- name: Configure poetry
run: python -m poetry config virtualenvs.create false
- name: Install Dependencies
Expand Down

0 comments on commit ed8d9b0

Please sign in to comment.