Skip to content

Commit

Permalink
Merge pull request #160 from Deltares/visr-patch-1
Browse files Browse the repository at this point in the history
Rename to depends-on in pixi.toml
  • Loading branch information
JoerivanEngelen authored Jan 7, 2025
2 parents 3828529 + 5111140 commit f56d707
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 @@ -13,7 +13,7 @@ repository = "https://github.com/Deltares/qgis-tim"
[tasks]
install = "pip install --no-deps --editable ."
build-backend = "pyinstaller gistim/__main__.py --name gistim"
zip-backend = {depends_on = "install", cmd = "python .github/workflows/create_pyinstaller_zip.py"}
zip-backend = {depends-on = "install", cmd = "python .github/workflows/create_pyinstaller_zip.py"}
zip-plugin = "python .github/workflows/create_plugin_zip.py"

[dependencies]
Expand All @@ -33,4 +33,4 @@ pyinstaller = "*"
timml = "==6.3.0"
ttim = "==0.6.5"
scipy = "*"
xarray = "*"
xarray = "*"

0 comments on commit f56d707

Please sign in to comment.