Skip to content

Commit 5989507

Browse files
removed env variable :-(
1 parent 30cef2b commit 5989507

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: test
44

55
on: [push, pull_request]
66

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
1313

1414
jobs:
1515
test:
@@ -21,9 +21,9 @@ jobs:
2121
environment: [test310, test311, test312]
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
24+
- uses: prefix-dev/setup-pixi@$v0.8.1
2525
with:
26-
pixi-version: $env.PIXI_VERSION
26+
pixi-version: v0.29.0
2727
cache: true
2828
# auth-host: prefix.dev
2929
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
@@ -35,9 +35,9 @@ jobs:
3535
fail-fast: false
3636
steps:
3737
- uses: actions/checkout@v4
38-
- uses: prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
38+
- uses: prefix-dev/setup-pixi@$v0.8.1
3939
with:
40-
pixi-version: $PIXI_VERSION
40+
pixi-version: v0.29.0
4141
cache: true
4242
# auth-host: prefix.dev
4343
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

0 commit comments

Comments
 (0)