Skip to content

Commit 8242a8d

Browse files
committed
Add pixi workflow to main ci.yml
1 parent 7c8cc45 commit 8242a8d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,16 @@ jobs:
4646
- name: Lint
4747
uses: psf/black@stable
4848
with:
49-
options: "--check --verbose"
49+
options: "--check --verbose"
50+
run-tests-pixi:
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v4
54+
- name: Run tests with Pixi
55+
uses: prefix-dev/setup-pixi@v0.8.3
56+
with:
57+
pixi-version: v0.42.1
58+
cache: true
59+
auth-host: prefix.dev
60+
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
61+
run: pixi run test

0 commit comments

Comments
 (0)