Skip to content

Commit

Permalink
Add || for backwards compatibility for pip's --break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Dec 19, 2024
1 parent 40be392 commit 3453f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioc_scripts/install_bioc_sysdeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ apt-get -y --no-install-recommends install \
ocl-icd-opencl-dev

## Python installations
pip3 install scikit-learn pandas pyyaml --break-system-packages
pip3 install scikit-learn pandas pyyaml --break-system-packages || pip3 install scikit-learn pandas pyyaml

## libgdal is needed for sf
apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 3453f86

Please sign in to comment.