Skip to content
Snippets Groups Projects
Commit 72cb4be6 authored by Boman Romain's avatar Boman Romain
Browse files

use full python3 image with trilinos

parent 9b757ec5
No related branches found
No related tags found
2 merge requests!49Add CI with python 3 including trilinos,!48Futurize for python2/3
Pipeline #520 failed
This commit is part of merge request !48. Comments created here will be created in the context of that merge request.
...@@ -42,7 +42,7 @@ build-py3: ...@@ -42,7 +42,7 @@ build-py3:
- rm -rf build workspace - rm -rf build workspace
- mkdir build - mkdir build
- cd build - cd build
- cmake -Wno-dev -C ../CMake/disable-trilinos.cmake .. - cmake -Wno-dev ..
- make -j 4 - make -j 4
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment