@@ -132,9 +132,7 @@ jobs:
132132 sudo apt update
133133 sudo apt install clang-15 cmake gfortran libhdf5-dev python3.11 python3.11-dev wget
134134 sudo .github/workflows/dependencies/install_spack
135- python3.11 -m venv /opt/python_venv
136- . /opt/python_venv/bin/activate
137- python -m pip install numpy pandas
135+ python3.11 -m pip install numpy pandas
138136 git clone -b v4.0.3 https://github.com/ToruNiina/toml11
139137 cmake -S toml11 -B build_toml11 \
140138 -DCMAKE_INSTALL_PREFIX=toml11_install \
@@ -146,7 +144,6 @@ jobs:
146144 run : |
147145 eval $(spack env activate --sh .github/ci/spack-envs/clang15_py311_nompi_h5_ad2/)
148146 spack install
149- . /opt/python_venv/bin/activate
150147
151148 share/openPMD/download_samples.sh build
152149 export CMAKE_PREFIX_PATH="$(realpath toml11_install):$CMAKE_PREFIX_PATH"
@@ -288,15 +285,10 @@ jobs:
288285 run : |
289286 apk update
290287 apk add hdf5-dev
291- # Use a virtual environment in order to avoid compatibility issues
292- # between the various Python installations in this image.
293- python3.10 -m venv /opt/python_env
294- . /opt/python_env/bin/activate
295- python -m pip install numpy
288+ python3.10 -m pip install numpy
296289 - name : Build
297290 env : {CXXFLAGS: -Werror}
298291 run : |
299- . /opt/python_env/bin/activate
300292 share/openPMD/download_samples.sh build
301293 cmake -S . -B build \
302294 -DopenPMD_USE_PYTHON=ON \
0 commit comments