We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cdc78f commit b6db36fCopy full SHA for b6db36f
.gitlab-ci.yml
@@ -65,14 +65,11 @@ pixi-test:
65
optional: true
66
script:
67
- pixi info
68
- # - rm -rf ../transonic
69
- # - hg clone https://foss.heptapod.net/fluiddyn/transonic ../transonic
70
- - pixi run install-dependencies
+ - pixi install
71
- pixi run pip install -e . -v --no-build-isolation --no-deps -C compile-args=-j2
72
- pixi run pytest -v lib
73
- pixi run fluidsim-test -v
74
- # currently broken because of fluidfft conda issues
75
- # - pixi run mpirun -np 2 fluidsim-test -v --exitfirst
+ - pixi run mpirun -np 2 fluidsim-test -v --exitfirst
76
77
78
# Build an image for the other tasks; this should be a scheduled job, as
0 commit comments