File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 brew install casacore
3838
3939 - name : Make virtualenv
40- # XXX Use Homebrew's numpy to be safe for now, especially since
41- # PyPI is now on numpy 2.0, which complicates matters
42- run : python3 -m venv venv --system-site-packages
40+ run : python3 -m venv venv
4341
4442 - name : Install Python dependencies
4543 run : venv/bin/pip install --upgrade pip wheel delocate pytest
5149 run : cd tests && ../venv/bin/pytest
5250
5351 - name : Make binary wheel
54- # XXX Use Homebrew's numpy to be safe for now, especially since
55- # PyPI is now on numpy 2.0, which complicates matters
5652 run : |
5753 venv/bin/pip install --upgrade six scikit-build-core setuptools_scm
58- venv/bin/pip wheel -w dist --no-build-isolation .
54+ venv/bin/pip wheel -w dist .
5955
6056 - name : Delocate binary wheel
6157 run : venv/bin/delocate-wheel -v dist/*.whl
You can’t perform that action at this time.
0 commit comments