Skip to content

Commit d797e6d

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

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
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
python-version: '3.9'
2929
cache: 'pip'
30+
- name: Install Poetry
31+
run: pip install poetry
3032
- name: Install Dependencies
3133
run: pip install -e .
3234
- name: Run ruff

0 commit comments

Comments
 (0)