We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e11e0 commit cd4720bCopy full SHA for cd4720b
.github/workflows/test.yaml
@@ -16,16 +16,16 @@ jobs:
16
environment: [test310, test311, test312]
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
+ - uses: "prefix-dev/setup-pixi@${{ SETUP_PIXI_VERSION }}"
20
with:
21
- pixi-version: "$PIXI_VERSION"
+ pixi-version: "${{ PIXI_VERSION }}"
22
cache: true
23
# auth-host: prefix.dev
24
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
25
# - run: pixi run --environment test312 lint
26
- run: pixi run --environment ${{ matrix.environment }} test
27
lint:
28
- runs-on: "ubuntu-latest"
+ runs-on: ubuntu-latest
29
strategy:
30
fail-fast: false
31
0 commit comments