Skip to content

Commit 5458c89

Browse files
committed
Update dependency management to use Poetry and remove unused packages from poetry.lock
1 parent a4b8629 commit 5458c89

File tree

2 files changed

+29
-178
lines changed

2 files changed

+29
-178
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
python-version: '3.9'
4545
cache: 'pip'
4646
- name: Install Dependencies
47-
run: pip install -e .
47+
run: poetry install --with dev
4848
- name: Run Tests
4949
run: poetry run pytest tests

poetry.lock

Lines changed: 28 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)