File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
environment : [test310, test311, test312]
17
17
steps :
18
18
- uses : actions/checkout@v4
19
- - uses : " prefix-dev/setup-pixi@${{ SETUP_PIXI_VERSION }}"
19
+ - uses : " prefix-dev/setup-pixi@${{ env. SETUP_PIXI_VERSION }}"
20
20
with :
21
- pixi-version : " ${{ PIXI_VERSION }}"
21
+ pixi-version : " ${{ env. PIXI_VERSION }}"
22
22
cache : true
23
23
# auth-host: prefix.dev
24
24
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
30
30
fail-fast : false
31
31
steps :
32
32
- uses : actions/checkout@v4
33
- - uses : " prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
33
+ - uses : " prefix-dev/setup-pixi@${{ env. SETUP_PIXI_VERSION }} "
34
34
with :
35
- pixi-version : " $ PIXI_VERSION"
35
+ pixi-version : ${{ env. PIXI_VERSION }}
36
36
cache : true
37
37
# auth-host: prefix.dev
38
38
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
You can’t perform that action at this time.
0 commit comments