Skip to content

Commit

Permalink
and now without the quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent be94798 commit 30cef2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: test

on: [push, pull_request]

# Gave up -- could not figure out how to use environment variables :-(
env:
# I got these from: https://github.com/prefix-dev/setup-pixi/blob/main/README.md
# they seem to keep it pretty up to date
Expand All @@ -20,9 +21,9 @@ 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: "$env.PIXI_VERSION"
pixi-version: $env.PIXI_VERSION
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand All @@ -34,7 +35,7 @@ jobs:
fail-fast: false
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
cache: true
Expand Down

0 comments on commit 30cef2b

Please sign in to comment.