Skip to content

Commit cd9800c

Browse files
install python packages
1 parent 98b0c57 commit cd9800c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/blank.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
rm -rf /gid/problemtypes/
3636
mkdir /gid/problemtypes
3737
mv ./kratos.gid /gid/problemtypes/
38-
mkdir /gid/problemtypes/kratos.gid/exec/Kratos
39-
mv /tmp/KratosRelease/* /gid/problemtypes/kratos.gid/exec/Kratos
38+
python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.1.3
4039
4140
# start the tester thing
4241
- name: Tester

0 commit comments

Comments
 (0)