Skip to content

Commit

Permalink
Simplify setting juliaup override
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 1, 2024
1 parent f7eb895 commit c2d56cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test-ribasim-api = "pytest --basetemp=python/ribasim_api/tests/temp --junitxml=r

[feature.dev.tasks]
# Installation
install-julia = "juliaup add 1.10.5 && juliaup override unset && juliaup override set 1.10.5"
install-julia = "juliaup add 1.10.5 && juliaup override set 1.10.5"
install-pre-commit = "pre-commit install"
# Note that this has a Windows specific override
install-ci = { depends_on = ["install-julia", "update-registry-julia"] }
Expand Down Expand Up @@ -199,7 +199,7 @@ ribasim_testmodels = { path = "python/ribasim_testmodels", editable = true }

[feature.dev.dependencies]
gh = "*"
juliaup = "*"
juliaup = ">=1.17.5"
jupyterlab = "*"
libgdal-arrow-parquet = "*"
mypy = "*"
Expand Down

0 comments on commit c2d56cd

Please sign in to comment.