Skip to content

Commit

Permalink
get more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 19, 2024
1 parent cf4f68b commit d6bb81d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ 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 --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 d6bb81d

Please sign in to comment.