We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da01a12 commit 46891ecCopy full SHA for 46891ec
1 file changed
.github/workflows/tests.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install ".[dev]"
+ pip install .
28
+ pip install coverage flake8
29
30
- name: Run tests with coverage
31
0 commit comments