Skip to content

Commit

Permalink
and back to no brackets ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent e6ab37d commit be94798
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@


name: test

on: [push, pull_request]

env:
Expand All @@ -19,9 +20,9 @@ jobs:
environment: [test310, test311, test312]
steps:
- uses: actions/checkout@v4
- uses: "prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}"
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
with:
pixi-version: "${{ env.PIXI_VERSION }}"
pixi-version: "$env.PIXI_VERSION"
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand All @@ -33,9 +34,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: "prefix-dev/setup-pixi@${{ env.SETUP_PIXI_VERSION }}"
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
with:
pixi-version: ${{ env.PIXI_VERSION }}
pixi-version: $PIXI_VERSION
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand Down

0 comments on commit be94798

Please sign in to comment.