Skip to content

Fix CI: update pixi to v0.63.2 and pin actions to commit SHAs #14

Fix CI: update pixi to v0.63.2 and pin actions to commit SHAs

Fix CI: update pixi to v0.63.2 and pin actions to commit SHAs #14

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
with:
pixi-version: v0.63.2
- name: Run tests
run: pixi run test