Skip to content

Commit

Permalink
no-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 19, 2024
1 parent d6bb81d commit 1fb8e25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ jobs:
run: df -h
- name: Upgrade packages already installed on icecube/icetray
run: |
pip show numpy
pip install --upgrade astropy # Installed version incompatible with numpy 1.23.0 [https://github.com/astropy/astropy/issues/12534]
pip install --upgrade --no-deps astropy # Installed version incompatible with numpy 1.23.0 [https://github.com/astropy/astropy/issues/12534]
pip install --ignore-installed PyYAML # Distutils installed [https://github.com/pypa/pip/issues/5247]
pip install --upgrade psutil # Original version from IceTray Environment incompatible
pip show numpy
- name: Install package
uses: ./.github/actions/install
with:
Expand Down

0 comments on commit 1fb8e25

Please sign in to comment.