Skip to content

added pixi configuration and github workflow for testing. #1

added pixi configuration and github workflow for testing.

added pixi configuration and github workflow for testing. #1

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.7.0
with:
pixi-version: v0.22.0
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run test