Skip to content

Commit

Permalink
CI: Install CxxWrap for Julia tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Aug 2, 2023
1 parent ddf4fbc commit 2ee34a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 2
ctest --test-dir build --output-on-failure
/usr/local/julia-1.6.7/bin/julia --eval 'using Pkg; Pkg.install("CxxWrap")'
/usr/local/julia-1.6.7/bin/julia src/binding/julia/tests/minimal_example.jl
musllinux_py10:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 3
ctest --test-dir build --verbose
julia --eval 'using Pkg; Pkg.install("CxxWrap")'
julia src/binding/julia/tests/minimal_example.jl
appleclang13_py:
Expand Down

0 comments on commit 2ee34a0

Please sign in to comment.