Skip to content

Commit 28bb69e

Browse files
committed
:chore: Updated poetry in github workflow file
1 parent 5fba649 commit 28bb69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: 3.9
1919
architecture: x64
20-
- run: pip install poetry==1.1.13
20+
- run: pip install poetry==1.3.1
2121
- run: poetry install
2222
- run: poetry run pytest
2323
- run: poetry run pytest --cov=src/ --cov-report=xml --cov-fail-under 90 --cov-config=.coveragerc

0 commit comments

Comments
 (0)