Skip to content

Update build-and-deploy-docs.yml #66

Update build-and-deploy-docs.yml

Update build-and-deploy-docs.yml #66

Workflow file for this run

name: Pytest Dev
on:
pull_request: {}
push:
branches: master
jobs:
test:
strategy:
matrix:
python-version: ["3.14"]
os: [ubuntu-latest]
name: Python ${{ matrix.os }} ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- uses: prefix-dev/setup-pixi@v0.9.1
with:
pixi-version: v0.56.0
cache: true
environments: dev
- run: pixi run fmt
- run: pixi run lint
- run: pixi run types