Skip to content

iter

iter #155

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [cpu]
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