Skip to content

Commit

Permalink
pip install without upgrade due to pin
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Jul 24, 2023
1 parent 724f4aa commit c5b4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-responsibleai-text-vision-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup tools
shell: bash -l {0}
run: |
python -m pip install --upgrade pip<=23.1.2
python -m pip install pip==23.1.2
pip install --upgrade setuptools
pip install --upgrade "pip-tools<=6.13.0"
Expand Down

0 comments on commit c5b4282

Please sign in to comment.