Skip to content

Commit

Permalink
Merge pull request #371 from asogaard/fix-icetray-cicd-job
Browse files Browse the repository at this point in the history
Fix Build Icetray CI/CD job
  • Loading branch information
asogaard authored Dec 8, 2022
2 parents 8247af1 + ebcd913 commit f12f7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-cpu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
shell: bash
- name: Install dependencies
run: |
pip install --upgrade 'pip>=20,<22.1'
pip install --upgrade pip>=20
pip install wheel setuptools==59.5.0
shell: bash
- name: Install package
Expand Down

0 comments on commit f12f7ee

Please sign in to comment.