Skip to content

Commit

Permalink
Use install-ci on CI (#1656)
Browse files Browse the repository at this point in the history
These are the last two occurrences in our TeamCity config. This avoids
installing QGIS plugins and pre-commit, both of which are not needed on
TeamCity.

```toml
install = { depends_on = [
    "install-ci",
    "install-qgis-plugins",
    "install-pre-commit",
] }
```
  • Loading branch information
visr authored Jul 24, 2024
1 parent 2bc9f2d commit c8f9ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ object Linux_TestRibasimBinaries : BuildType({
source /usr/share/Modules/init/bash
module load pixi
pixi run install
pixi run install-ci
pixi run test-ribasim-api
pixi run test-ribasim-cli
""".trimIndent()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Windows_TestDelwaqCoupling : BuildType({
id = "Run_Delwaq"
workingDir = "ribasim"
scriptContent = """
pixi install
pixi install-ci
pixi run ribasim-core-testmodels basic
set D3D_HOME=%teamcity.build.checkoutDir%/dimr
pixi run delwaq
Expand Down

0 comments on commit c8f9ca5

Please sign in to comment.