We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80bdcb commit ad467e7Copy full SHA for ad467e7
1 file changed
.github/workflows/ci.yml
@@ -347,12 +347,12 @@ jobs:
347
python run_python_tests.py
348
349
350
- CentOS-7:
+ Rocky-8:
351
runs-on: ubuntu-latest
352
- name: CentOS 7
+ name: Rocky 8
353
354
container:
355
- image: kratosmultiphysics/kratos-image-ci-centos7:latest
+ image: kratosmultiphysics/kratos-image-ci-rocky8:latest
356
357
steps:
358
- uses: actions/checkout@v2
@@ -378,7 +378,7 @@ jobs:
378
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GITHUB_WORKSPACE}/bin
379
cd tests
380
# TODO delete build dir to make sure the linking etc works correctly? (Needs to be done after running CTests)
381
- python3.8 run_python_tests.py
+ python3 run_python_tests.py
382
383
384
Ubuntu-minimum-CMake:
0 commit comments