Skip to content

Commit

Permalink
put env: inside job
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Sep 13, 2024
1 parent 4aa97c1 commit e6ab37d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@


name: test
on: [push, pull_request]

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:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e6ab37d

Please sign in to comment.