Skip to content

Commit f92f15a

Browse files
MAINT: Update pixi pin to v0.63.2 (#11106)
1 parent a24c8c7 commit f92f15a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

‎.github/workflows/ci-additional.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
env:
1616
FORCE_COLOR: 3
17-
PIXI_VERSION: "v0.63.1"
17+
PIXI_VERSION: "v0.63.2"
1818

1919
jobs:
2020
detect-ci-trigger:
@@ -37,7 +37,7 @@ jobs:
3737
cache-pixi-lock:
3838
uses: ./.github/workflows/cache-pixi-lock.yml
3939
with:
40-
pixi-version: "v0.63.1" # keep in sync with env var above
40+
pixi-version: "v0.63.2" # keep in sync with env var above
4141
doctest:
4242
name: Doctests
4343
runs-on: "ubuntu-latest"

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
env:
1616
FORCE_COLOR: 3
17-
PIXI_VERSION: "v0.63.1"
17+
PIXI_VERSION: "v0.63.2"
1818

1919
jobs:
2020
detect-ci-trigger:
@@ -38,7 +38,7 @@ jobs:
3838
cache-pixi-lock:
3939
uses: ./.github/workflows/cache-pixi-lock.yml
4040
with:
41-
pixi-version: "v0.63.1" # keep in sync with env var above
41+
pixi-version: "v0.63.2" # keep in sync with env var above
4242
test:
4343
name: "${{ matrix.os }} | ${{ matrix.pixi-env }}${{ matrix.pytest-addopts && format(' ({0})', matrix.pytest-addopts) || '' }}"
4444
runs-on: ${{ matrix.os }}

‎.github/workflows/hypothesis.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
FORCE_COLOR: 3
16-
PIXI_VERSION: "v0.63.1"
16+
PIXI_VERSION: "v0.63.2"
1717

1818
jobs:
1919
detect-ci-trigger:
@@ -37,7 +37,7 @@ jobs:
3737
cache-pixi-lock:
3838
uses: ./.github/workflows/cache-pixi-lock.yml
3939
with:
40-
pixi-version: "v0.63.1" # keep in sync with env var above
40+
pixi-version: "v0.63.2" # keep in sync with env var above
4141

4242
hypothesis:
4343
name: Slow Hypothesis Tests

‎.github/workflows/upstream-dev-ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
FORCE_COLOR: 3
20-
PIXI_VERSION: "v0.63.1"
20+
PIXI_VERSION: "v0.63.2"
2121

2222
jobs:
2323
detect-ci-trigger:
@@ -40,7 +40,7 @@ jobs:
4040
cache-pixi-lock:
4141
uses: ./.github/workflows/cache-pixi-lock.yml
4242
with:
43-
pixi-version: "v0.63.1" # keep in sync with env var above
43+
pixi-version: "v0.63.2" # keep in sync with env var above
4444
upstream-dev:
4545
name: upstream-dev
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)