Skip to content

Commit 389f538

Browse files
author
Cristiano Köhler
committed
Added apt update command to avoid errors and make it consistent with other tests
1 parent 8bfb6d0 commit 389f538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ jobs:
511511
# create an environment and install everything
512512
python -m venv ~/test_env
513513
source ~/test_env/bin/activate
514+
sudo apt-get update
514515
sudo apt install -y libopenmpi-dev openmpi-bin
515516
516517
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)