Skip to content

Merge pull request #93 from ocefpaf/update_pre-commit-ci #240

Merge pull request #93 from ocefpaf/update_pre-commit-ci

Merge pull request #93 from ocefpaf/update_pre-commit-ci #240

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Setup pixi
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
with:
cache: true
- name: Tests
run: >
pixi run --environment ${{ matrix.environment }} test