Skip to content

Commit 7210e78

Browse files
Install python3-venv.
1 parent 5ff74d5 commit 7210e78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/turek-hron-fsi3.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
5454
5555
echo "${PATH/%:$old_path}" >> "$GITHUB_PATH"
56+
- name: Install Dependencies
57+
run: |
58+
apt-get -qq update
59+
apt-get -qq install python3-dev python3-pip python3-venv git apt-utils pkg-config
60+
rm -rf /var/lib/apt/lists/*
5661
- name: Run tutorial
5762
run: |
5863
su precice # OpenFOAM must not be run by root

0 commit comments

Comments
 (0)