Skip to content

Commit 1373ce4

Browse files
put pix version(s) in variables
1 parent e09e74b commit 1373ce4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/test.yaml

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
name: test
28
on: [push, pull_request]
39
jobs:
@@ -10,9 +16,9 @@ jobs:
1016
environment: [test310, test311, test312]
1117
steps:
1218
- uses: actions/checkout@v4
13-
- uses: prefix-dev/setup-pixi@v0.7.0
19+
- uses: prefix-dev/setup-pixi@SETUP_PIXI_VERSION
1420
with:
15-
pixi-version: v0.22.0
21+
pixi-version: PIXI_VERSION
1622
cache: true
1723
# auth-host: prefix.dev
1824
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
@@ -24,9 +30,9 @@ jobs:
2430
fail-fast: false
2531
steps:
2632
- uses: actions/checkout@v4
27-
- uses: prefix-dev/setup-pixi@v0.7.0
33+
- uses: prefix-dev/setup-pixi@SETUP_PIXI_VERSION
2834
with:
29-
pixi-version: v0.22.0
35+
pixi-version: PIXI_VERSION
3036
cache: true
3137
# auth-host: prefix.dev
3238
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

0 commit comments

Comments
 (0)