summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-osx.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-04 13:44:26 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-04 13:44:26 +0100
commit890f598e784ea8b6cd417c2a949326b4e2028fe5 (patch)
tree7eec12b832ec7882d8a3053e8f42ae803402456d /.github/workflows/pip-build-osx.yml
parent4cef95eb986dfaaf70aaae7da630db987639b491 (diff)
python 3.10 package and test also gudhi version - can be helpful
Diffstat (limited to '.github/workflows/pip-build-osx.yml')
-rw-r--r--.github/workflows/pip-build-osx.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pip-build-osx.yml b/.github/workflows/pip-build-osx.yml
index 276e0949..99d515ff 100644
--- a/.github/workflows/pip-build-osx.yml
+++ b/.github/workflows/pip-build-osx.yml
@@ -35,4 +35,5 @@ jobs:
- name: Install and test python wheel
run: |
python -m pip install --user pytest build/src/python/dist/*.whl
+ python -c "import gudhi; print(gudhi.__version__)"
python -m pytest src/python/test/test_alpha_complex.py