Skip to content

Commit b6db36f

Browse files
committed
pixi: modernize
1 parent 2cdc78f commit b6db36f

File tree

3 files changed

+1920
-1725
lines changed

3 files changed

+1920
-1725
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,11 @@ pixi-test:
6565
optional: true
6666
script:
6767
- pixi info
68-
# - rm -rf ../transonic
69-
# - hg clone https://foss.heptapod.net/fluiddyn/transonic ../transonic
70-
- pixi run install-dependencies
68+
- pixi install
7169
- pixi run pip install -e . -v --no-build-isolation --no-deps -C compile-args=-j2
7270
- pixi run pytest -v lib
7371
- pixi run fluidsim-test -v
74-
# currently broken because of fluidfft conda issues
75-
# - pixi run mpirun -np 2 fluidsim-test -v --exitfirst
72+
- pixi run mpirun -np 2 fluidsim-test -v --exitfirst
7673

7774

7875
# Build an image for the other tasks; this should be a scheduled job, as

0 commit comments

Comments
 (0)