Skip to content

Commit

Permalink
Same for MUSL container
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jun 20, 2024
1 parent 79bad78 commit d1b1220
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ jobs:
run: |
apk update
apk add hdf5-dev
python3.10 -m pip install numpy
python3.10 -m venv /opt/python_env
. /opt/python_env/bin/activate
python -m pip install numpy
- name: Build
env: {CXXFLAGS: -Werror}
run: |
Expand All @@ -285,7 +287,7 @@ jobs:
-DopenPMD_USE_MPI=OFF \
-DopenPMD_USE_HDF5=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DPython_EXECUTABLE=$(which python3.10)
-DPython_EXECUTABLE=$(which python)
cmake --build build --parallel 2
cd build
ctest --output-on-failure
Expand Down

0 comments on commit d1b1220

Please sign in to comment.