We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa7b02 commit 19b47caCopy full SHA for 19b47ca
1 file changed
.github/workflows/test.yml
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
python -m pip install --upgrade pip
37
pip install -e .
38
+ pip install -r requirements.txt
39
pip install pytest pytest-cov pytest-xdist coverage
40
41
- name: Install optional dependencies (ignore failures)
0 commit comments