We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca77f6b commit 1a5b922Copy full SHA for 1a5b922
.ci_fedora.sh
@@ -47,7 +47,7 @@ test . != ".$1" && mpi="$1" || mpi=openmpi
47
export OMP_NUM_THREADS=1
48
cd
49
cd BOUT-dev
50
- python -m pip install git+https://github.com/boutproject/zoidberg@better-metric
+ python3 -m pip install git+https://github.com/boutproject/zoidberg@better-metric
51
echo "starting configure"
52
time cmake -S . -B build -DBOUT_USE_PETSC=ON \
53
-DBOUT_UPDATE_GIT_SUBMODULE=OFF \
0 commit comments