File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33export PYTHONUSERBASE=/io/wheel-user-base
44
5- for PYBIN in /opt/python/cp3* /bin; do
6- $PYBIN /pip install --user -r requirements.txt
5+ for PYBIN in /opt/python/cp3[6789] * /bin; do
6+ $PYBIN /pip install --user --upgrade - r requirements.txt
77 $PYBIN /pip wheel . -w wheelhouse/
88done
99
1010for wheel in wheelhouse/libceed* -linux* .whl; do
1111 auditwheel repair " $wheel " --plat ${WHEEL_PLAT} -w wheelhouse/
1212done
1313
14- for PYBIN in /opt/python/cp3* /bin; do
15- $PYBIN /pip install --user -r requirements-test.txt
16- $PYBIN /pip install --user libceed --upgrade -- no-index --find-links wheelhouse/
14+ for PYBIN in /opt/python/cp3[6789] * /bin; do
15+ $PYBIN /pip install --user --upgrade - r requirements-test.txt
16+ $PYBIN /pip install --user libceed --no-index --find-links wheelhouse/
1717 pushd tests/python
1818 $PYBIN /python setup-qfunctions.py build
1919 $PYBIN /python -m pytest test-* .py --ceed /cpu/self/opt/blocked -vv
You can’t perform that action at this time.
0 commit comments