Skip to content

Bump actions/checkout from 5 to 6 #1366

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #1366

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [next, qa, main]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup pixi
uses: prefix-dev/[email protected]
with:
environments: >-
test
docs
activate-environment: test
- name: Test with pytest
run: pixi run unittests-with-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Build documentation
run: |
cd docs && pixi run -e docs make html