Skip to content
Snippets Groups Projects
Unverified Commit cca8b761 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Fix Python build in GH Actions (#1285)

Python tests were failing because pyarb was not built
parent 5037e597
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ jobs: ...@@ -75,7 +75,7 @@ jobs:
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_C_COMPILER=$CC -DARB_WITH_PYTHON=ON -DPYTHON_EXECUTABLE=`which python` -DARB_WITH_MPI=${{ matrix.mpi }} cmake .. -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_C_COMPILER=$CC -DARB_WITH_PYTHON=ON -DPYTHON_EXECUTABLE=`which python` -DARB_WITH_MPI=${{ matrix.mpi }}
make -j4 tests examples html make -j4 tests examples html pyarb
cd - cd -
- name: Run unit tests - name: Run unit tests
run: build/bin/unit run: build/bin/unit
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment