Skip to content

Commit bd3b6e2

Browse files
authored
Update tests.yml
1 parent aed6b25 commit bd3b6e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)