Skip to content

Commit be94798

Browse files
and back to no brackets ...
1 parent e6ab37d commit be94798

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22

33
name: test
4+
45
on: [push, pull_request]
56

67
env:
@@ -19,9 +20,9 @@ jobs:
1920
environment: [test310, test311, test312]
2021
steps:
2122
- uses: actions/checkout@v4
22-
- uses: "prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}"
23+
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
2324
with:
24-
pixi-version: "${{ env.PIXI_VERSION }}"
25+
pixi-version: "$env.PIXI_VERSION"
2526
cache: true
2627
# auth-host: prefix.dev
2728
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
@@ -33,9 +34,9 @@ jobs:
3334
fail-fast: false
3435
steps:
3536
- uses: actions/checkout@v4
36-
- uses: "prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}"
37+
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
3738
with:
38-
pixi-version: ${{ env.PIXI_VERSION }}
39+
pixi-version: $PIXI_VERSION
3940
cache: true
4041
# auth-host: prefix.dev
4142
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

0 commit comments

Comments
 (0)