Skip to content

Commit 81dc16c

Browse files
committed
Updated poetry version in github actions.
1 parent 5269fe8 commit 81dc16c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
architecture: x64
2424

2525
- name: Install Poetry
26-
uses: Gr1N/setup-poetry@v2
26+
uses: Gr1N/setup-poetry@v4
2727

2828
# - name: Code Quality
2929
# run: poetry run black . --check
@@ -32,4 +32,4 @@ jobs:
3232
run: poetry install
3333

3434
- name: Test with pytest
35-
run: poetry run pytest
35+
run: poetry run pytest

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.7
2020

2121
- name: Install Poetry
22-
uses: Gr1N/setup-poetry@v2
22+
uses: Gr1N/setup-poetry@v4
2323

2424
- name: Deploy docs (1)
2525
run: |

0 commit comments

Comments
 (0)