diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa71d6aad..b955fb0fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,8 @@ jobs: persist-credentials: false - uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0 id: pixi-lock + with: + pixi-version: v0.70.2 - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: pixi-lock diff --git a/.readthedocs.yaml b/.readthedocs.yaml index eac4916df..af33c564d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,8 +7,8 @@ build: jobs: create_environment: - asdf plugin add pixi - - asdf install pixi latest - - asdf global pixi latest + - asdf install pixi 0.70.2 + - asdf global pixi 0.70.2 install: - pixi install -e docs build: diff --git a/pixi.toml b/pixi.toml index a138098f7..a9ecfe973 100644 --- a/pixi.toml +++ b/pixi.toml @@ -4,7 +4,7 @@ exclude-newer = "5d" # security pre-caution against compromised packages preview = ["pixi-build"] channels = ["conda-forge"] platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"] -requires-pixi = ">=0.67.0,!=0.68.0" +requires-pixi = ">=0.67.0,!=0.68.0,<0.71.0" [package] name = "parcels"