We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8247af1 + ebcd913 commit f12f7eeCopy full SHA for f12f7ee
1 file changed
.github/actions/install-cpu/action.yml
@@ -26,7 +26,7 @@ runs:
26
shell: bash
27
- name: Install dependencies
28
run: |
29
- pip install --upgrade 'pip>=20,<22.1'
+ pip install --upgrade pip>=20
30
pip install wheel setuptools==59.5.0
31
32
- name: Install package
0 commit comments