summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-osx.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2023-01-10 17:14:35 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2023-01-10 17:14:35 +0100
commit2ee42848aba062b891c133eb358d6b105fa5bc67 (patch)
tree1165d6e8aad1527a5fd1c8b644e31bdb1d7edc48 /.github/workflows/pip-build-osx.yml
parent0a05c7dfa06c1ddb3ceb3d6ab82bc40e1aeef0ef (diff)
build without virtual environment isolation. Test delvewheel to repair whell on windows
Diffstat (limited to '.github/workflows/pip-build-osx.yml')
-rw-r--r--.github/workflows/pip-build-osx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-build-osx.yml b/.github/workflows/pip-build-osx.yml
index 0b826d5a..81f516cd 100644
--- a/.github/workflows/pip-build-osx.yml
+++ b/.github/workflows/pip-build-osx.yml
@@ -41,7 +41,7 @@ jobs:
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DPython_ADDITIONAL_VERSIONS=3 ..
cd src/python
- python -m build
+ python -m build -n
export PATH="$PATH:`python -m site --user-base`/bin"
delocate-wheel --require-archs universal2 -v dist/*.whl
- name: Install and test python wheel