We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1373ce4 commit d07e8b0Copy full SHA for d07e8b0
.github/workflows/test.yaml
@@ -16,9 +16,9 @@ jobs:
16
environment: [test310, test311, test312]
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: prefix-dev/setup-pixi@SETUP_PIXI_VERSION
+ - uses: prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
20
with:
21
- pixi-version: PIXI_VERSION
+ pixi-version: $PIXI_VERSION
22
cache: true
23
# auth-host: prefix.dev
24
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
@@ -30,9 +30,9 @@ jobs:
30
fail-fast: false
31
32
33
34
35
36
37
38
0 commit comments