Skip to content

Commit cf55096

Browse files
committed
CI: Windows/macOS Print openPMD-api Version
Outdated? Regex issue?
1 parent a41a7c8 commit cf55096

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
python3 -m pip install --upgrade -r tests/python/requirements.txt
4646
python3 -m pip install --upgrade pipx
4747
python3 -m pipx install openPMD-validator
48+
python3 -c "import openpmd_api as io; print(io.__version__)"
4849
- name: CCache Cache
4950
uses: actions/cache@v4
5051
# - once stored under a key, they become immutable (even if local cache path content changes)

.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)