summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-osx.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-05-20 22:00:29 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-05-20 22:00:29 +0200
commit732aeb08b3c96ec66a33af85579c740fcb690ec0 (patch)
tree864f609a3624054acc429482dfc4bb58dbe11882 /.github/workflows/pip-packaging-osx.yml
parentb8b7f4880ceae8d3a65502b86aae0538072253e8 (diff)
parent17a5cb224832c9645de023dc6ab588eccce8a6a1 (diff)
merge and resolve conflicts for upstream/fix_windows_pip_package_3.4.1
Diffstat (limited to '.github/workflows/pip-packaging-osx.yml')
-rw-r--r--.github/workflows/pip-packaging-osx.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/pip-packaging-osx.yml b/.github/workflows/pip-packaging-osx.yml
index 56309b88..120c15b6 100644
--- a/.github/workflows/pip-packaging-osx.yml
+++ b/.github/workflows/pip-packaging-osx.yml
@@ -34,6 +34,10 @@ jobs:
cmake -DCMAKE_BUILD_TYPE=Release -DPython_ADDITIONAL_VERSIONS=3 ..
cd src/python
python setup.py bdist_wheel
+ - name: Install and test python wheel
+ run: |
+ python -m pip install --user pytest build/src/python/dist/*.whl
+ python -m pytest src/python/test/test_alpha_complex.py
- name: Publish on PyPi
env:
TWINE_USERNAME: __token__