Skip to content

Bump prefix-dev/setup-pixi in the github-actions group #196

Bump prefix-dev/setup-pixi in the github-actions group

Bump prefix-dev/setup-pixi in the github-actions group #196

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@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # v0.8.14
with:
cache: true
- name: Tests
run: >
pixi run --environment ${{ matrix.environment }} test