Skip to content

Commit 1a5b922

Browse files
committed
CI: fix fedora CI
1 parent ca77f6b commit 1a5b922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_fedora.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test . != ".$1" && mpi="$1" || mpi=openmpi
4747
export OMP_NUM_THREADS=1
4848
cd
4949
cd BOUT-dev
50-
python -m pip install git+https://github.com/boutproject/zoidberg@better-metric
50+
python3 -m pip install git+https://github.com/boutproject/zoidberg@better-metric
5151
echo "starting configure"
5252
time cmake -S . -B build -DBOUT_USE_PETSC=ON \
5353
-DBOUT_UPDATE_GIT_SUBMODULE=OFF \

0 commit comments

Comments
 (0)