Skip to content

Commit 678abb5

Browse files
committed
don't install python on rocky, it should be included in the image
1 parent 5d44e22 commit 678abb5

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,10 @@ jobs:
349349

350350
container:
351351
image: kratosmultiphysics/kratos-image-ci-rocky8:latest
352+
options: --user 1001
352353

353354
steps:
354-
- uses: actions/checkout@v2
355-
356-
- name: Set up Python 3.9
357-
uses: actions/setup-python@v5
358-
with:
359-
python-version: '3.9'
355+
- uses: actions/checkout@v4
360356

361357
- name: Build CoSimIO
362358
run: |

0 commit comments

Comments
 (0)