File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,9 +263,9 @@ jobs:
263263 -DopenPMD_USE_PYTHON=ON \
264264 -DopenPMD_USE_INVASIVE_TESTS=ON
265265 cmake --build build --parallel 2
266+ # Install the Julia side of CxxWrap
267+ julia --eval 'using Pkg; Pkg.add("CxxWrap")'
266268 ctest --test-dir build --output-on-failure
267- /usr/local/julia-1.7.3/bin/julia --eval 'using Pkg; Pkg.add("CxxWrap")'
268- /usr/local/julia-1.7.3/bin/julia src/binding/julia/tests/minimal_example.jl
269269
270270 musllinux_py10 :
271271 runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 4949 -DopenPMD_USE_PYTHON=ON \
5050 -DopenPMD_USE_INVASIVE_TESTS=ON
5151 cmake --build build --parallel 3
52- ctest --test-dir build --verbose
52+ # Install the Julia side of CxxWrap
5353 julia --eval 'using Pkg; Pkg.add("CxxWrap")'
54- julia src/binding/julia/tests/minimal_example.jl
54+ ctest --test-dir build --verbose
5555
5656 appleclang13_py :
5757 runs-on : macos-11
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments