Skip to content

iter

iter #176

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest] # [ubuntu-latest, macos-latest, macos-14]
environment: [cpu]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.19.1
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test-ragger-duck