File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515env :
1616 FORCE_COLOR : 3
17- PIXI_VERSION : " v0.63.1 "
17+ PIXI_VERSION : " v0.63.2 "
1818
1919jobs :
2020 detect-ci-trigger :
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"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414
1515env :
1616 FORCE_COLOR : 3
17- PIXI_VERSION : " v0.63.1 "
17+ PIXI_VERSION : " v0.63.2 "
1818
1919jobs :
2020 detect-ci-trigger :
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 }}
Original file line number Diff line number Diff line change 1313
1414env :
1515 FORCE_COLOR : 3
16- PIXI_VERSION : " v0.63.1 "
16+ PIXI_VERSION : " v0.63.2 "
1717
1818jobs :
1919 detect-ci-trigger :
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
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
1717
1818env :
1919 FORCE_COLOR : 3
20- PIXI_VERSION : " v0.63.1 "
20+ PIXI_VERSION : " v0.63.2 "
2121
2222jobs :
2323 detect-ci-trigger :
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
You can’t perform that action at this time.
0 commit comments