We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3da1f commit 9619e22Copy full SHA for 9619e22
.github/workflows/unix.yml
@@ -184,7 +184,6 @@ jobs:
184
run: |
185
mkdir build && cd build
186
../share/openPMD/download_samples.sh && chmod u-w samples/git-sample/*.h5
187
- find /usr -name adios.pc
188
cmake -S .. -B . -DopenPMD_USE_PYTHON=ON -DopenPMD_USE_MPI=ON -DopenPMD_USE_HDF5=ON -DopenPMD_USE_INVASIVE_TESTS=ON
189
cmake --build . --parallel 2
190
ctest --output-on-failure
0 commit comments