Skip to content

Commit 01844d9

Browse files
fixed codecov workflow #3
1 parent de6030c commit 01844d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codecov.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false
21-
max-parallel: 1 # to avoid failing tests because of API Rate limits
21+
max-parallel: 1
2222
matrix:
2323
os: [ubuntu-latest] #, macos-latest, windows-latest]
2424
python-version: ["3.11"]
@@ -41,6 +41,7 @@ jobs:
4141
python -m pip install --upgrade pip
4242
python -m pip install pytest pytest-cov
4343
python -m pip install -r requirements.txt
44+
python -m pip install -r tests/requirements.txt
4445
4546
- name: Install package
4647
run: python setup.py install

0 commit comments

Comments
 (0)