We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb685c commit 7f8e3f5Copy full SHA for 7f8e3f5
1 file changed
.github/workflows/linux.yml
@@ -275,7 +275,7 @@ jobs:
275
cmake --build build --parallel 4
276
ctest --test-dir build --output-on-failure
277
278
- python3 -m pip install jsonschema referencing
+ python3 -m pip install jsonschema@4.2.3 referencing
279
cd ../share/openPMD/json_schema
280
PATH="../../../build/bin:$PATH" make -j 2
281
# We need to exclude the thetaMode example since that has a different
0 commit comments