Skip to content

Commit 46891ec

Browse files
authored
Update tests.yml (#15)
1 parent da01a12 commit 46891ec

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
@@ -24,7 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install ".[dev]"
27+
pip install .
28+
pip install coverage flake8
2829
2930
- name: Run tests with coverage
3031
run: |

0 commit comments

Comments
 (0)