Skip to content

Bump prefix-dev/setup-pixi from 0.8.12 to 0.8.13 in the github-actions group #192

Bump prefix-dev/setup-pixi from 0.8.12 to 0.8.13 in the github-actions group

Bump prefix-dev/setup-pixi from 0.8.12 to 0.8.13 in the github-actions group #192

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]
permissions:
actions: none
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Setup pixi
uses: prefix-dev/setup-pixi@b1ab8f237b57292b58384631d89ce0b0863766bc # v0.8.13
with:
cache: true
- name: Tests
run: >
pixi run --environment ${{ matrix.environment }} test