Skip to content

Commit

Permalink
fix pip in code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Jul 11, 2024
1 parent cc720e8 commit b155be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
# Fix pip version < 24.1 due to lightning incomaptibility
python -m pip install pip==23.2.1
pip install -r runner-requirements.txt
pip install pytest
pip install pytest-cov[toml]
Expand Down

0 comments on commit b155be8

Please sign in to comment.