Skip to content

Commit deada72

Browse files
committed
Cleanup
1 parent 325ee1f commit deada72

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install
9696
run: |
9797
sudo apt-get update
98-
sudo apt-get install clang-11 gfortran libopenmpi-dev python3 python3-pip
98+
sudo apt-get install clang-11 gfortran libopenmpi-dev python3
9999
sudo .github/workflows/dependencies/install_spack
100100
101101
- name: Build
@@ -240,9 +240,6 @@ jobs:
240240
sudo apt-get update
241241
sudo apt-get install g++-12 gfortran libopenmpi-dev python3 python3-setuptools
242242
sudo .github/workflows/dependencies/install_spack
243-
244-
245-
246243
python3 -m pip install -U pip
247244
python3 -m pip install -U numpy
248245
python3 -m pip install -U mpi4py

.github/workflows/tooling.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
sudo ln -s "$(which cmake)" /usr/bin/cmake
6969
eval $(spack env activate --sh .github/ci/spack-envs/clangtidy_nopy_ompi_h5_ad2/)
7070
spack install
71-
7271
SOURCEPATH="$(pwd)"
7372
share/openPMD/download_samples.sh build
7473
export LDFLAGS="${LDFLAGS} -fsanitize=address,undefined -shared-libsan"

0 commit comments

Comments
 (0)