Skip to content

Commit

Permalink
Turn off pixi cache
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 4, 2024
1 parent 73dd7ca commit 20eef52
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/core_testmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Prepare pixi
run: pixi run install-ci
- name: Run testmodels with Ribasim Core
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Test Ribasim Core
run: |
pixi run test-ribasim-core-cov
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Prepare pixi
run: pixi run install-ci

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/julia_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Update Julia manifest file
run: |
pixi run install-julia
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Run mypy on python/ribasim
run: |
pixi run mypy-ribasim-python
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
run-install: false
- name: Update lockfiles
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Test if codegen runs without errors
run: pixi run codegen
- name: Ensure that no code has been generated
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Test Ribasim Python
run: pixi run --environment ${{ matrix.pixi-environment }} test-ribasim-python-cov
- name: Upload coverage to Codecov
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/qgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
cache: false
- name: Run tests
run: pixi run test-ribasim-qgis-docker
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 20eef52

Please sign in to comment.