Skip to content

Commit a45a547

Browse files
committed
First install pip
in order to install python requirements.
1 parent a0b7e0f commit a45a547

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
@@ -50,6 +50,7 @@ test . != ".$1" && mpi="$1" || mpi=openmpi
5050

5151
echo "Installing Python requirements inside Fedora container..."
5252
# Install pytest and dependencies for the user inside the container
53+
sudo dnf install -y python3-pip
5354
python3 -m pip install --user -r requirements.txt
5455

5556
echo "starting configure"

0 commit comments

Comments
 (0)