Skip to content

Commit 30cef2b

Browse files
and now without the quotes
1 parent be94798 commit 30cef2b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: test
44

55
on: [push, pull_request]
66

7+
# Gave up -- could not figure out how to use environment variables :-(
78
env:
89
# I got these from: https://github.com/prefix-dev/setup-pixi/blob/main/README.md
910
# they seem to keep it pretty up to date
@@ -20,9 +21,9 @@ jobs:
2021
environment: [test310, test311, test312]
2122
steps:
2223
- uses: actions/checkout@v4
23-
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
24+
- uses: prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
2425
with:
25-
pixi-version: "$env.PIXI_VERSION"
26+
pixi-version: $env.PIXI_VERSION
2627
cache: true
2728
# auth-host: prefix.dev
2829
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
@@ -34,7 +35,7 @@ jobs:
3435
fail-fast: false
3536
steps:
3637
- uses: actions/checkout@v4
37-
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
38+
- uses: prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
3839
with:
3940
pixi-version: $PIXI_VERSION
4041
cache: true

0 commit comments

Comments
 (0)