Skip to content

Commit 4336ade

Browse files
committed
Remove pin on pixi version
1 parent 3700f52 commit 4336ade

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
# Many color libraries just need this to be set to any value, but at least
2020
# one distinguishes color depth, where "3" -> "256-bit color".
2121
FORCE_COLOR: 3
22-
PIXI_VERSION: "v0.63.2"
2322

2423
jobs:
2524
cache-pixi-lock:
@@ -31,8 +30,6 @@ jobs:
3130
- uses: actions/checkout@v4
3231
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
3332
id: pixi-lock
34-
with:
35-
pixi-version: ${{env.PIXI_VERSION}}
3633
- uses: actions/upload-artifact@v6 # make available as an artifact for local testing
3734
with:
3835
name: pixi-lock

0 commit comments

Comments
 (0)