ci: really avoid building numpy

This commit is contained in:
Michael Davidsaver
2022-01-07 11:39:37 -08:00
parent b3fff7bb92
commit 97b519a672
+1 -1
View File
@@ -307,7 +307,7 @@ jobs:
python -m pip install setuptools wheel nose2
python -m pip install --only-binary numpy $PRE setuptools_dso>=2.1a1 epicscorelibs>=7.0.3.99.2.0a1
python -m pip wheel -v -w dist dist/pvxslibs-*.tar.gz
python -m pip wheel -v --only-binary numpy -w dist dist/pvxslibs-*.tar.gz
cd dist
python -m pip install pvxslibs-*.whl