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 18, 2023
1 parent 1918464 commit d548c90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 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
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
-DopenPMD_USE_PYTHON=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 3
ctest --test-dir build --verbose
# Install the Julia side of CxxWrap
julia --eval 'using Pkg; Pkg.add("CxxWrap")'
julia src/binding/julia/tests/minimal_example.jl
ctest --test-dir build --verbose
appleclang13_py:
runs-on: macos-11
Expand Down
11 changes: 0 additions & 11 deletions src/binding/julia/tests/minimal_example.jl

This file was deleted.

0 comments on commit d548c90

Please sign in to comment.