Skip to content

separate pixi config from pyproject.toml (#112) #308

separate pixi config from pyproject.toml (#112)

separate pixi config from pyproject.toml (#112) #308

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
environment: [ test310, test311, test312, test313, test314 ]
permissions:
actions: none
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup pixi
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
with:
cache: true
- name: Tests
run: >
pixi run --environment ${{ matrix.environment }} test