We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6030c commit 01844d9Copy full SHA for 01844d9
.github/workflows/codecov.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
strategy:
20
fail-fast: false
21
- max-parallel: 1 # to avoid failing tests because of API Rate limits
+ max-parallel: 1
22
matrix:
23
os: [ubuntu-latest] #, macos-latest, windows-latest]
24
python-version: ["3.11"]
@@ -41,6 +41,7 @@ jobs:
41
python -m pip install --upgrade pip
42
python -m pip install pytest pytest-cov
43
python -m pip install -r requirements.txt
44
+ python -m pip install -r tests/requirements.txt
45
46
- name: Install package
47
run: python setup.py install
0 commit comments