diff --git a/pixi.toml b/pixi.toml index 364206c..2b73489 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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] @@ -33,4 +33,4 @@ pyinstaller = "*" timml = "==6.3.0" ttim = "==0.6.5" scipy = "*" -xarray = "*" \ No newline at end of file +xarray = "*"