We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2541619 commit eb377caCopy full SHA for eb377ca
.github/workflows/run-test.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install pytest
+ pip install pytest pytest-cov codecov
32
pip install -r requirements.txt
33
- name: Install adapt
34
0 commit comments