We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3700f52 commit 4336adeCopy full SHA for 4336ade
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,6 @@ env:
19
# Many color libraries just need this to be set to any value, but at least
20
# one distinguishes color depth, where "3" -> "256-bit color".
21
FORCE_COLOR: 3
22
- PIXI_VERSION: "v0.63.2"
23
24
jobs:
25
cache-pixi-lock:
@@ -31,8 +30,6 @@ jobs:
31
30
- uses: actions/checkout@v4
32
- uses: Parcels-code/pixi-lock/create-and-cache@9a2866f8258b87a3c616d5ad7d51c6cd853df78b
33
id: pixi-lock
34
- with:
35
- pixi-version: ${{env.PIXI_VERSION}}
36
- uses: actions/upload-artifact@v6 # make available as an artifact for local testing
37
with:
38
name: pixi-lock
0 commit comments