Skip to content

Commit

Permalink
try {{ }}
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent 23e11e0 commit cd4720b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
environment: [test310, test311, test312]
steps:
- uses: actions/checkout@v4
- uses: "prefix-dev/setup-pixi@$SETUP_PIXI_VERSION"
- uses: "prefix-dev/setup-pixi@${{ SETUP_PIXI_VERSION }}"
with:
pixi-version: "$PIXI_VERSION"
pixi-version: "${{ PIXI_VERSION }}"
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
# - run: pixi run --environment test312 lint
- run: pixi run --environment ${{ matrix.environment }} test
lint:
runs-on: "ubuntu-latest"
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
Expand Down

0 comments on commit cd4720b

Please sign in to comment.