We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8cc45 commit 8242a8dCopy full SHA for 8242a8d
.github/workflows/ci.yml
@@ -46,4 +46,16 @@ jobs:
46
- name: Lint
47
uses: psf/black@stable
48
with:
49
- options: "--check --verbose"
+ 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