From e6ab37dce9f23bd3fdec08c3b124d8b8f375e0ff Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Fri, 13 Sep 2024 14:00:34 -0700 Subject: [PATCH] put env: inside job --- .github/workflows/test.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b27400c..232060e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 }}