summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-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-packaging-osx.yml
parent0a05c7dfa06c1ddb3ceb3d6ab82bc40e1aeef0ef (diff)
build without virtual environment isolation. Test delvewheel to repair whell on windows
Diffstat (limited to '.github/workflows/pip-packaging-osx.yml')
-rw-r--r--.github/workflows/pip-packaging-osx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-osx.yml b/.github/workflows/pip-packaging-osx.yml
index 104458e1..15840c9a 100644
--- a/.github/workflows/pip-packaging-osx.yml
+++ b/.github/workflows/pip-packaging-osx.yml
@@ -43,7 +43,7 @@ jobs:
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DPython_ADDITIONAL_VERSIONS=3 ..
cd src/python
- python -m build
+ python -m build -n
- name: Install and test python wheel
run: |
python -m pip install --user pytest build/src/python/dist/*.whl