File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ name: test
4
4
5
5
on : [push, pull_request]
6
6
7
+ # Gave up -- could not figure out how to use environment variables :-(
7
8
env :
8
9
# I got these from: https://github.com/prefix-dev/setup-pixi/blob/main/README.md
9
10
# they seem to keep it pretty up to date
20
21
environment : [test310, test311, test312]
21
22
steps :
22
23
- uses : actions/checkout@v4
23
- - uses : " prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
24
+ - uses : prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
24
25
with :
25
- pixi-version : " $env.PIXI_VERSION"
26
+ pixi-version : $env.PIXI_VERSION
26
27
cache : true
27
28
# auth-host: prefix.dev
28
29
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
34
35
fail-fast : false
35
36
steps :
36
37
- uses : actions/checkout@v4
37
- - uses : " prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
38
+ - uses : prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
38
39
with :
39
40
pixi-version : $PIXI_VERSION
40
41
cache : true
You can’t perform that action at this time.
0 commit comments