Skip to content

Commit

Permalink
Install CxxWrap Julia package and fix CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Aug 11, 2023
1 parent 1918464 commit c6fe874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ jobs:
-DopenPMD_USE_PYTHON=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 2
# Install the Julia side of CxxWrap
julia --eval 'using Pkg; Pkg.add("CxxWrap")'
ctest --test-dir build --output-on-failure
/usr/local/julia-1.7.3/bin/julia --eval 'using Pkg; Pkg.add("CxxWrap")'
/usr/local/julia-1.7.3/bin/julia src/binding/julia/tests/minimal_example.jl
musllinux_py10:
runs-on: ubuntu-20.04
Expand Down
11 changes: 0 additions & 11 deletions src/binding/julia/tests/minimal_example.jl

This file was deleted.

0 comments on commit c6fe874

Please sign in to comment.