Skip to content

Added tag 0.4.5 for changeset 80b7c7a51553 #183

Added tag 0.4.5 for changeset 80b7c7a51553

Added tag 0.4.5 for changeset 80b7c7a51553 #183

Workflow file for this run

name: CI Pixi
on:
- push
- pull_request
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["windows-2022", "macos-latest"]
python-version: ["3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.11.1
cache: false
- name: Install
run: |
pixi run install-editable
- name: Tests
run: |
pixi run test