Skip to content

Commit

Permalink
change astropy install
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 19, 2024
1 parent d9f9430 commit 199535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: df -h
- name: Upgrade packages already installed on icecube/icetray
run: |
pip install --force-reinstall "astropy==6.1.7" # Installed version incompatible with numpy 1.23.0 [https://github.com/astropy/astropy/issues/12534]
pip install --ignore-installed astropy==6.1.7 # 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
- name: Install package
Expand Down

0 comments on commit 199535f

Please sign in to comment.