Skip to content

Commit cbd3d1a

Browse files
committed
Come on CI
1 parent 32c33ff commit cbd3d1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
# Install package in editable mode with dependencies
29-
pip install -e .
30-
pip install pytest
28+
# Install package in editable mode with dev dependencies
29+
pip install -e ".[dev]"
3130
3231
- name: Run tests
3332
run: |

0 commit comments

Comments
 (0)