Skip to content

Commit f12f7ee

Browse files
authored
Merge pull request #371 from asogaard/fix-icetray-cicd-job
Fix Build Icetray CI/CD job
2 parents 8247af1 + ebcd913 commit f12f7ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install-cpu/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
shell: bash
2727
- name: Install dependencies
2828
run: |
29-
pip install --upgrade 'pip>=20,<22.1'
29+
pip install --upgrade pip>=20
3030
pip install wheel setuptools==59.5.0
3131
shell: bash
3232
- name: Install package

0 commit comments

Comments
 (0)