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