Skip to content

Commit 32bb277

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Poetry
3131
run: pip install poetry
3232
- name: Install Dependencies
33-
run: pip install -e .
33+
run: poetry install --with dev
3434
- name: Run ruff
3535
run: poetry run ruff check
3636

0 commit comments

Comments
 (0)