Skip to content

Commit

Permalink
Work on fixing CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 4, 2024
1 parent a979285 commit 97a36d3
Show file tree
Hide file tree
Showing 5 changed files with 4,346 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tests:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ workflow:

pixi-test:
stage: pixi
image: $DOCKER_IMAGE_PATH:pixi
image: registry.heptapod.net:443/fluiddyn/fluidsim/ci/default:pixi
script:
- pixi info
- pixi run install-editable
Expand Down

0 comments on commit 97a36d3

Please sign in to comment.