We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7de1a1 commit 61bf0bbCopy full SHA for 61bf0bb
.github/workflows/tester.yml
@@ -30,9 +30,9 @@ jobs:
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- uses: actions/checkout@v3
32
33
- - name: Install bins
34
- run: |
35
- pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==10.3.0
+ #- name: Install bins
+ # run: |
+ # pip install --upgrade --force-reinstall --no-cache-dir KratosMultiphysics-all==10.3.0
36
37
# Copy problemtype to gid and copy exec
38
- name: Move kratos where it should be
0 commit comments