-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
114 changed files
with
26,121 additions
and
28,725 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 |
---|---|---|
|
@@ -33,11 +33,11 @@ jobs: | |
with: | ||
cache-compiled: "true" | ||
cache-registries: "true" | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run install-ci | ||
run: pixi run --environment=dev install-ci | ||
- name: Run testmodels with Ribasim Core | ||
run: | | ||
pixi run ribasim-core-testmodels |
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 |
---|---|---|
|
@@ -33,11 +33,11 @@ jobs: | |
with: | ||
cache-compiled: "true" | ||
cache-registries: "true" | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run install-ci | ||
run: pixi run --environment=dev install-ci | ||
- name: Test Ribasim Core | ||
run: | | ||
pixi run test-ribasim-core-cov | ||
|
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 |
---|---|---|
|
@@ -24,11 +24,11 @@ jobs: | |
with: | ||
cache-compiled: "true" | ||
cache-registries: "true" | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run install-ci | ||
run: pixi run --environment=dev install-ci | ||
|
||
- name: Check Quarto installation and all engines | ||
run: pixi run quarto-check | ||
|
@@ -41,7 +41,7 @@ jobs: | |
|
||
- name: Publish Quarto Project | ||
if: github.ref == 'refs/heads/main' | ||
uses: peaceiris/actions-gh-pages@v3 | ||
uses: peaceiris/actions-gh-pages@v4 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/_site | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Update Julia manifest file | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Python Lint | ||
name: Mypy Type Check | ||
on: | ||
push: | ||
branches: [main, update/pixi-lock] | ||
|
@@ -16,11 +16,11 @@ jobs: | |
continue-on-error: true | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run install-ci | ||
run: pixi run --environment=dev install-ci | ||
- name: Run mypy on python/ribasim | ||
run: | | ||
pixi run mypy-ribasim-python | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
with: | ||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
cache: false | ||
|
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 |
---|---|---|
|
@@ -16,11 +16,11 @@ jobs: | |
continue-on-error: true | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run install-ci | ||
run: pixi run --environment=dev install-ci | ||
- name: Test if codegen runs without errors | ||
run: pixi run codegen | ||
- name: Ensure that no code has been generated | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ concurrency: | |
cancel-in-progress: true | ||
jobs: | ||
test: | ||
name: Python ${{ matrix.python-version }} - ${{ matrix.os }} | ||
name: ${{ matrix.pixi-environment }} - ${{ matrix.os }} | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
|
@@ -26,11 +26,11 @@ jobs: | |
- py310 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run --environment ${{ matrix.pixi-environment }} install-ci | ||
run: pixi run --environment ${{ matrix.pixi-environment }} install-python | ||
- name: Test Ribasim Python | ||
run: pixi run --environment ${{ matrix.pixi-environment }} test-ribasim-python-cov | ||
- name: Upload coverage to Codecov | ||
|
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 |
---|---|---|
|
@@ -22,12 +22,12 @@ jobs: | |
- windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected].1 | ||
- uses: prefix-dev/[email protected].2 | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: | | ||
pixi run install-ci | ||
pixi run --environment=dev install-ci | ||
- name: Run tests | ||
run: pixi run test-ribasim-qgis-cov | ||
- name: Upload coverage to Codecov | ||
|
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
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<template xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" uuid="1a62a1c8-edfc-4fcf-bd8d-0839b10664a3" xsi:noNamespaceSchemaLocation="https://www.jetbrains.com/teamcity/schemas/2021.1/project-config.xsd"> | ||
<name>Linux</name> | ||
<description>Template for agent that uses Linux OS</description> | ||
<settings> | ||
<options> | ||
<option name="cleanBuild" value="true" /> | ||
<option name="publishArtifactCondition" value="SUCCESSFUL" /> | ||
</options> | ||
<parameters /> | ||
<build-runners /> | ||
<vcs-settings /> | ||
<requirements> | ||
<equals id="RQ_418" name="teamcity.agent.jvm.os.name" value="Linux" /> | ||
</requirements> | ||
<build-triggers /> | ||
<cleanup /> | ||
</settings> | ||
</template> | ||
|
48 changes: 0 additions & 48 deletions
48
.teamcity/Ribasim/buildTypes/Ribasim_Ribasim_BuildPythonWheels.xml
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.