We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9800c commit ac351d7Copy full SHA for ac351d7
1 file changed
.github/workflows/blank.yml
@@ -34,8 +34,7 @@ jobs:
34
run: |
35
rm -rf /gid/problemtypes/
36
mkdir /gid/problemtypes
37
- mv ./kratos.gid /gid/problemtypes/
38
- python3 -m pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==9.1.3
+ mv $GITHUB_WORKSPACE/kratos.gid /gid/problemtypes/
39
40
# start the tester thing
41
- name: Tester
0 commit comments