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 2
2
3
3
export PYTHONUSERBASE=/io/wheel-user-base
4
4
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
7
7
$PYBIN /pip wheel . -w wheelhouse/
8
8
done
9
9
10
10
for wheel in wheelhouse/libceed* -linux* .whl; do
11
11
auditwheel repair " $wheel " --plat ${WHEEL_PLAT} -w wheelhouse/
12
12
done
13
13
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/
17
17
pushd tests/python
18
18
$PYBIN /python setup-qfunctions.py build
19
19
$PYBIN /python -m pytest test-* .py --ceed /cpu/self/opt/blocked -vv
You can’t perform that action at this time.
0 commit comments