Added tag 0.4.3.post0 for changeset f615cec0efdc #138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |