Skip to content

Update docs and change log for 2.1.0 #256

Update docs and change log for 2.1.0

Update docs and change log for 2.1.0 #256

Workflow file for this run

name: Run tests
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.41.0
cache: true
- run: pixi run test