Skip to content

Commit 8b5263b

Browse files
authored
Bump pixi version (#202)
This is quite out of date. Trying to update actionlint in #201 and running into issues. This also completely regenerates the lockfile so it's possible things break.
1 parent 80f1253 commit 8b5263b

7 files changed

Lines changed: 2677 additions & 4420 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 2
2424
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
2525
with:
26-
pixi-version: v0.37.0
26+
pixi-version: v0.63.2
2727

2828
- name: Build packages
2929
shell: bash

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 2
2828
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
2929
with:
30-
pixi-version: v0.37.0
30+
pixi-version: v0.63.2
3131

3232
- name: Configure git
3333
run: pixi run configure-git

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
1515
with:
16-
pixi-version: v0.37.0
16+
pixi-version: v0.63.2
1717

1818
- name: Configure Git Credentials
1919
run: pixi run configure-git

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 2
1919
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
2020
with:
21-
pixi-version: v0.37.0
21+
pixi-version: v0.63.2
2222

2323
- name: Run pre-commit
2424
run: pixi run lint

.github/workflows/remove-incompatible-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 2
2020
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
2121
with:
22-
pixi-version: v0.37.0
22+
pixi-version: v0.63.2
2323

2424
- name: Configure git
2525
run: pixi run configure-git

pixi.lock

Lines changed: 2671 additions & 4414 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
name = "modular-community"
33
channels = ["conda-forge"]
44
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]

0 commit comments

Comments
 (0)