Skip to content

Commit 38971a8

Browse files
committed
adding dev deps to actions
1 parent cc41196 commit 38971a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
poetry install
34+
poetry install --with dev
3535
- name: Test with pytest
3636
run: make pytest

.github/workflows/ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
poetry install
21+
poetry install --with dev
2222
2323
- name: Run Ruff
2424
run: make ruff-check

0 commit comments

Comments
 (0)