Skip to content

Commit

Permalink
put pix version(s) in variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent e09e74b commit 1373ce4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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

name: test
on: [push, pull_request]
jobs:
Expand All @@ -10,9 +16,9 @@ jobs:
environment: [test310, test311, test312]
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@SETUP_PIXI_VERSION
with:
pixi-version: v0.22.0
pixi-version: PIXI_VERSION
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand All @@ -24,9 +30,9 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.7.0
- uses: prefix-dev/setup-pixi@SETUP_PIXI_VERSION
with:
pixi-version: v0.22.0
pixi-version: PIXI_VERSION
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
Expand Down

0 comments on commit 1373ce4

Please sign in to comment.