Skip to content

Commit 5340e9d

Browse files
committed
Update dependency management to use Poetry and remove unused packages from poetry.lock
1 parent 32bb277 commit 5340e9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
with:
4646
python-version: '3.9'
4747
cache: 'pip'
48+
- name: Install Poetry
49+
run: pip install poetry
4850
- name: Install Dependencies
4951
run: poetry install --with dev
5052
- name: Run Tests

0 commit comments

Comments
 (0)