Skip to content

fixed rst error in README. #36

fixed rst error in README.

fixed rst error in README. #36

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
environment: [py310, py311, py312, py313]
steps:
- uses: actions/checkout@v5
- uses: prefix-dev/[email protected]
with:
# pixi-version: v0.22.0 don't want to hard code this!
cache: true
# auth-host: prefix.dev
# auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
- run: pixi run -e ${{ matrix.environment }} test