Skip to content

Commit cd4720b

Browse files
try {{ }}
1 parent 23e11e0 commit cd4720b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
environment: [test310, test311, test312]
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
19+
- uses: "prefix-dev/setup-pixi@${{ SETUP_PIXI_VERSION }}"
2020
with:
21-
pixi-version: "$PIXI_VERSION"
21+
pixi-version: "${{ PIXI_VERSION }}"
2222
cache: true
2323
# auth-host: prefix.dev
2424
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
2525
# - run: pixi run --environment test312 lint
2626
- run: pixi run --environment ${{ matrix.environment }} test
2727
lint:
28-
runs-on: "ubuntu-latest"
28+
runs-on: ubuntu-latest
2929
strategy:
3030
fail-fast: false
3131
steps:

0 commit comments

Comments
 (0)