summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-windows.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-windows.yml
parent4cef95eb986dfaaf70aaae7da630db987639b491 (diff)
python 3.10 package and test also gudhi version - can be helpful
Diffstat (limited to '.github/workflows/pip-build-windows.yml')
-rw-r--r--.github/workflows/pip-build-windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pip-build-windows.yml b/.github/workflows/pip-build-windows.yml
index 36917d07..954b59d5 100644
--- a/.github/workflows/pip-build-windows.yml
+++ b/.github/workflows/pip-build-windows.yml
@@ -45,4 +45,5 @@ jobs:
Get-Location
dir
python -m pip install --user pytest
+ python -c "import gudhi; print(gudhi.__version__)"
python -m pytest ".\src\python\test\test_alpha_complex.py"