Skip to content

Commit 720e720

Browse files
deps: update stale dependencies and loosen requirements (#5)
* Update dependencies and loosen requirements * No root poetry install in test workflow
1 parent 5175f1d commit 720e720

File tree

3 files changed

+73
-44
lines changed

3 files changed

+73
-44
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install poetry
31-
poetry install
31+
poetry install --no-root
3232
3333
- name: Check Formatting
3434
run: |

0 commit comments

Comments
 (0)