Skip to content

Commit

Permalink
Merge branch 'main' into mean_realized_demands
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Jun 3, 2024
2 parents c802e23 + fe53bcd commit 1cd40e3
Show file tree
Hide file tree
Showing 10 changed files with 120 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core_testmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
cache-compiled: "true"
cache-registries: "true"
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Prepare pixi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
cache-compiled: "true"
cache-registries: "true"
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Test Ribasim Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
cache-compiled: "true"
cache-registries: "true"
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Prepare pixi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/julia_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Update Julia manifest file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Run mypy on python/ribasim
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Test if codegen runs without errors
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- py310
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Test Ribasim Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].0
- uses: prefix-dev/[email protected].1
with:
pixi-version: "latest"
- name: Run tests
Expand Down
Loading

0 comments on commit 1cd40e3

Please sign in to comment.