Skip to content

Commit

Permalink
removed env variable :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent 30cef2b commit 5989507
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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
SETUP_PIXI_VERSION: v0.8.1
PIXI_VERSION: v0.29.0
# # 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
# SETUP_PIXI_VERSION: v0.8.1
# PIXI_VERSION: v0.29.0

jobs:
test:
Expand All @@ -21,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@$v0.8.1
with:
pixi-version: $env.PIXI_VERSION
pixi-version: v0.29.0
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand All @@ -35,9 +35,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@$SETUP_PIXI_VERSION
- uses: prefix-dev/setup-pixi@$v0.8.1
with:
pixi-version: $PIXI_VERSION
pixi-version: v0.29.0
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand Down

0 comments on commit 5989507

Please sign in to comment.