Skip to content

Commit e6ab37d

Browse files
put env: inside job
1 parent 4aa97c1 commit e6ab37d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
2+
3+
name: test
4+
on: [push, pull_request]
5+
16
env:
27
# I got these from: https://github.com/prefix-dev/setup-pixi/blob/main/README.md
38
# they seem to keep it pretty up to date
49
SETUP_PIXI_VERSION: v0.8.1
510
PIXI_VERSION: v0.29.0
611

7-
name: test
8-
on: [push, pull_request]
912
jobs:
1013
test:
1114
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)