We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4720b commit 4aa97c1Copy full SHA for 4aa97c1
.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@${{ env.SETUP_PIXI_VERSION }}"
20
with:
21
- pixi-version: "${{ PIXI_VERSION }}"
+ pixi-version: "${{ env.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
- - uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
34
35
- pixi-version: "$PIXI_VERSION"
+ pixi-version: ${{ env.PIXI_VERSION }}
36
37
38
0 commit comments