File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments