Skip to content

Commit 39cb4cf

Browse files
committed
Install CxxWrap Julia package and fix CI run
1 parent 1918464 commit 39cb4cf

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
ctest --test-dir build --output-on-failure
266+
# Install the Julia side of CxxWrap
267267
/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
268+
ctest --test-dir build --output-on-failure
269269
270270
musllinux_py10:
271271
runs-on: ubuntu-20.04

src/binding/julia/tests/minimal_example.jl

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)