Skip to content

Commit 68d443a

Browse files
committed
Updat test action
1 parent d8e41be commit 68d443a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ jobs:
3434
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
37+
- name: Install dependencies
38+
run: |
39+
python -m pip install --upgrade pip setuptools wheel
40+
python -m pip install -r tests/requirements/${{ matrix.requirements-file }}
41+
python -m pip install -e .
3742
- name: Generate Report
3843
run: |
39-
pip install -r tests/requirements/${{ matrix.requirements-file }}
40-
pip install -e .
4144
coverage run ./run_tests.py
4245
- name: Generate XML report
4346
run: |

0 commit comments

Comments
 (0)