Skip to content

Commit

Permalink
fix pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Jul 11, 2024
1 parent 804ede3 commit cc720e8
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 @@ -27,7 +27,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 sh
Expand Down

0 comments on commit cc720e8

Please sign in to comment.