Skip to content

Commit f72de98

Browse files
committed
Install pytest in fedora ci script
1 parent 82bbe9f commit f72de98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.ci_fedora.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ test . != ".$1" && mpi="$1" || mpi=openmpi
3737
cp -a /tmp/BOUT-dev /home/test/
3838
. /etc/profile.d/modules.sh
3939
module load mpi/${1}-x86_64
40+
sudo dnf install -y python3-pytest
4041
# OpenMPI Oversubscription Overrides
4142
export OMPI_MCA_rmaps_base_oversubscribe=1
4243
export OMPI_MCA_hwloc_base_binding_policy=none

0 commit comments

Comments
 (0)