We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5564dcc commit 285edf3Copy full SHA for 285edf3
1 file changed
.github/workflows/linux.yml
@@ -274,6 +274,12 @@ jobs:
274
cmake --build build --parallel 4
275
ctest --test-dir build --output-on-failure
276
277
+ pwd
278
+ echo "HERE:"
279
+ ls
280
+ echo "ABOVE:"
281
+ ls ..
282
+
283
python3 -m pip install jsonschema==4.* referencing
284
cd ../share/openPMD/json_schema
285
PATH="../../../build/bin:$PATH" make -j 2
0 commit comments