Skip to content

Commit 4a9b1f1

Browse files
committed
fix: attempt to fix pixi setup
1 parent 18c0a76 commit 4a9b1f1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212

1313
- uses: prefix-dev/setup-pixi@v0
1414
with:
15+
# add separate env for each test
16+
environments: >-
17+
circlize
1518
cache: true
1619

1720
- name: test-circlize
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20-
run: pixi run test-circlize
21+
run: pixi run -e circlize test-circlize

0 commit comments

Comments
 (0)