Skip to content

Commit 0c5953b

Browse files
authored
Update tests.yml
1 parent bd3b6e2 commit 0c5953b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
python -m pip install -r requirements/dev.txt
27-
python -m pip install -e .
26+
python -m pip install -e .[dev]
2827
- name: Run Tests
2928
run: |
3029
pytest --cov --cov-report xml .

0 commit comments

Comments
 (0)