Skip to content

Commit bfc1287

Browse files
checking if the pythons got mixed up
1 parent c7d3542 commit bfc1287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ prepare_JUWELS:
3838
- python -m venv $SCRATCH/.venv/pySDC
3939
- source $SCRATCH/.venv/pySDC/bin/activate
4040
- pip install -e .
41+
- which python
4142
- pip install pytest-benchmark coverage
4243
- git submodule add -f https://github.com/brownbaerchen/mpi4py-fft.git
4344
- cd mpi4py-fft
4445
- git checkout cupy_implementation
46+
- which python
4547
- FFTW_LIBRARY_DIR="/p/software/juwels/stages/2025/software/FFTW/3.3.10-GCC-13.3.0/lib64" python -m pip install --no-deps --force-reinstall -e .
4648
- cd ../
4749

0 commit comments

Comments
 (0)