Skip to content

Commit

Permalink
Stop running pixi install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Sep 18, 2023
1 parent 4b686d8 commit a06dd6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
pixi-version: latest
cache: true
- name: Prepare pixi
run: |
pixi install
pixi run post-install-without-pre-commit
run: pixi run post-install-without-pre-commit
- name: Prepare model input
run: |
pixi run generate-testmodels
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
pixi-version: latest
cache: true
- name: Prepare pixi
run: |
pixi install
pixi run post-install-without-pre-commit
run: pixi run post-install-without-pre-commit

- name: Check Quarto installation and all engines
run: pixi run quarto-check
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
pixi-version: "latest"
cache: true
- name: Prepare pixi
run: |
pixi install
pixi run post-install-without-pre-commit
run: pixi run post-install-without-pre-commit
- name: Run mypy on python/ribasim
run: |
pixi run mypy-ribasim-python
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
pixi-version: latest
cache: true
- name: Prepare pixi
run: |
pixi install
pixi run post-install-without-pre-commit
run: pixi run post-install-without-pre-commit

- name: Run tests
run: pixi run test-ribasim-python-cov
Expand Down

0 comments on commit a06dd6e

Please sign in to comment.