mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
We don't actually have a dev-requirements.txt
This commit is contained in:
parent
b26cde687a
commit
358027eee1
|
@ -6,7 +6,6 @@ yum install -y atlas-devel
|
||||||
|
|
||||||
# Compile wheels
|
# Compile wheels
|
||||||
for PYBIN in /opt/python/*/bin; do
|
for PYBIN in /opt/python/*/bin; do
|
||||||
"${PYBIN}/pip" install -r /io/dev-requirements.txt
|
|
||||||
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
|
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -14,4 +13,3 @@ done
|
||||||
for whl in wheelhouse/*.whl; do
|
for whl in wheelhouse/*.whl; do
|
||||||
auditwheel repair "$whl" -w /io/wheelhouse/
|
auditwheel repair "$whl" -w /io/wheelhouse/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue