Skip to content

Commit 7f8e3f5

Browse files
committed
Use most recent version of jsonschema
1 parent afb685c commit 7f8e3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
cmake --build build --parallel 4
276276
ctest --test-dir build --output-on-failure
277277
278-
python3 -m pip install jsonschema referencing
278+
python3 -m pip install jsonschema@4.2.3 referencing
279279
cd ../share/openPMD/json_schema
280280
PATH="../../../build/bin:$PATH" make -j 2
281281
# We need to exclude the thetaMode example since that has a different

0 commit comments

Comments
 (0)