Skip to content

Commit 8fb5601

Browse files
committed
CI: Windows Print openPMD-api Version
Outdated? Regex issue?
1 parent a41a7c8 commit 8fb5601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
python3 -m pip install -U -r examples/requirements.txt
8888
python3 -m pip install -U -r tests/python/requirements.txt
8989
python3 -m pip install -U openPMD-validator
90+
python3 -c "import openpmd_api as io; print(io.__version__)"
9091
- name: Build
9192
env:
9293
# Work-around for windows-latest GH runner issue, see
@@ -209,6 +210,7 @@ jobs:
209210
python3 -m pip install -U -r examples/requirements.txt
210211
python3 -m pip install -U -r tests/python/requirements.txt
211212
python3 -m pip install -U openPMD-validator
213+
python3 -c "import openpmd_api as io; print(io.__version__)"
212214
- name: Build
213215
shell: cmd
214216
env:

0 commit comments

Comments
 (0)