We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4b7e5 commit a0b7e0fCopy full SHA for a0b7e0f
1 file changed
.ci_fedora.sh
@@ -47,11 +47,16 @@ test . != ".$1" && mpi="$1" || mpi=openmpi
47
export OMP_NUM_THREADS=1
48
cd
49
cd BOUT-dev
50
+
51
+ echo "Installing Python requirements inside Fedora container..."
52
+ # Install pytest and dependencies for the user inside the container
53
+ python3 -m pip install --user -r requirements.txt
54
55
echo "starting configure"
56
time cmake -S . -B build -DBOUT_USE_PETSC=ON \
- -DBOUT_UPDATE_GIT_SUBMODULE=OFF \
- -DBOUT_USE_SYSTEM_FMT=ON \
- -DBOUT_USE_SYSTEM_MPARK_VARIANT=ON \
57
+ -DBOUT_UPDATE_GIT_SUBMODULE=OFF \
58
+ -DBOUT_USE_SYSTEM_FMT=ON \
59
+ -DBOUT_USE_SYSTEM_MPARK_VARIANT=ON \
60
-DBOUT_USE_SUNDIALS=ON
61
62
time make -C build build-check -j 2
0 commit comments