-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into peilbeheerst_2024
- Loading branch information
Showing
7 changed files
with
6,500 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,23 @@ jobs: | |
runs-on: ubuntu-latest | ||
continue-on-error: true | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected] | ||
- name: Checkout Ribasim-NL | ||
uses: actions/checkout@v4 | ||
with: | ||
path: Ribasim-NL | ||
|
||
# Ribasim needs to be checked out next to this repo even for the prod environment | ||
- name: Checkout Ribasim | ||
uses: actions/checkout@v4 | ||
with: | ||
repository: Deltares/Ribasim | ||
path: Ribasim | ||
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
manifest-path: Ribasim-NL/pixi.toml | ||
pixi-version: "latest" | ||
|
||
- name: Run mypy on hydamo | ||
run: | | ||
pixi run mypy-hydamo | ||
working-directory: Ribasim-NL | ||
run: pixi run mypy-hydamo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pixi run --environment=dev code . | exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pixi run code . | exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters