Skip to content

Commit 5d0dc6d

Browse files
Merge pull request #3 from MarcoMuellner/2-requests-double-json-encode
:feat: Updated poetry
2 parents ebfd416 + 1b1c983 commit 5d0dc6d

File tree

5 files changed

+940
-908
lines changed

5 files changed

+940
-908
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)