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 2ee34a0 commit a17a10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +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 --eval 'using Pkg; Pkg.add("CxxWrap")'
/usr/local/julia-1.6.7/bin/julia src/binding/julia/tests/minimal_example.jl
musllinux_py10:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +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 --eval 'using Pkg; Pkg.add("CxxWrap")'
julia src/binding/julia/tests/minimal_example.jl
appleclang13_py:
Expand Down

0 comments on commit a17a10d

Please sign in to comment.