Systematically add PIP_BREAK_SYSTEM_PACKAGES to all .yml files from which pip is called. (#4705)

* Systematically add PIP_BREAK_SYSTEM_PACKAGES to all .yml files from which pip is called.

* Try gcc:10-bullseye (because gcc:10 is broken: https://github.com/docker-library/gcc/issues/95)

* bug fix (matrix did not work as hoped)
This commit is contained in:
Ralf W. Grosse-Kunstleve
2023-06-17 07:02:23 -07:00
committed by GitHub
parent 86f60a0c07
commit 849322806c
4 changed files with 12 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ permissions:
contents: read
env:
PIP_BREAK_SYSTEM_PACKAGES: 1
PIP_ONLY_BINARY: numpy
jobs: