From 2195674c543eee651927b8184a9851b453b58415 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:45:09 +0100 Subject: [PATCH 1/2] Set requires-pixi --- .github/workflows/ci.yml | 7 +------ pixi.toml | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0a51529a..26456e22f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,6 @@ defaults: run: shell: bash -el {0} -env: - PIXI_VERSION: "v0.63.0" - jobs: should-run-ci: name: should run ci @@ -48,10 +45,8 @@ jobs: pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }} steps: - uses: actions/checkout@v4 - - uses: Parcels-code/pixi-lock/create-and-cache@2b823a4a804631370fbde7e6088ee5db71a26c60 # TODO: Update to action in prefix-dev once available + - uses: Parcels-code/pixi-lock/create-and-cache@2b823a4a804631370fbde7e6088ee5db71a26c60 id: pixi-lock - with: - pixi-version: ${{env.PIXI_VERSION}} - uses: actions/upload-artifact@v6 with: name: pixi-lock diff --git a/pixi.toml b/pixi.toml index 3c040ceb7..b1213fe5d 100644 --- a/pixi.toml +++ b/pixi.toml @@ -3,6 +3,7 @@ name = "Parcels" preview = ["pixi-build"] channels = ["conda-forge"] platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"] +requires-pixi = ">=0.63.0" [package] name = "parcels" From 4ac4cdb91661cea1ab58c04003932166b8633388 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:50:53 +0100 Subject: [PATCH 2/2] Remove license=... from pixi.toml no longer needed --- pixi.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index b1213fe5d..70eee6a57 100644 --- a/pixi.toml +++ b/pixi.toml @@ -8,7 +8,6 @@ requires-pixi = ">=0.63.0" [package] name = "parcels" version = "dynamic" # dynamic versioning needs better support in pixi https://github.com/prefix-dev/pixi/issues/2923#issuecomment-2598460666 . Putting `version = "dynamic"` here for now until pixi recommends something else. -license = "MIT" # can remove this once https://github.com/prefix-dev/pixi-build-backends/issues/397 is resolved [package.build] backend = { name = "pixi-build-python", version = "0.4.*" }