Skip to content

Use pixi for tests, envs, and tasks #158

Use pixi for tests, envs, and tasks

Use pixi for tests, envs, and tasks #158

Workflow file for this run

name: Full Tests
on:
pull_request:
push:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
with:
manifest-path: pyproject.toml
- name: Tests
shell: bash -l {0}
run: |
pixi run tests