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