We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41a7c8 commit 8fb5601Copy full SHA for 8fb5601
.github/workflows/windows.yml
@@ -87,6 +87,7 @@ jobs:
87
python3 -m pip install -U -r examples/requirements.txt
88
python3 -m pip install -U -r tests/python/requirements.txt
89
python3 -m pip install -U openPMD-validator
90
+ python3 -c "import openpmd_api as io; print(io.__version__)"
91
- name: Build
92
env:
93
# Work-around for windows-latest GH runner issue, see
@@ -209,6 +210,7 @@ jobs:
209
210
211
212
213
214
215
shell: cmd
216
0 commit comments