Skip to content

AP-25263: update pixi lock to 5.9 #45

AP-25263: update pixi lock to 5.9

AP-25263: update pixi lock to 5.9 #45

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.8.2
with:
cache: true
- name: Install environment
run: pixi install
- name: Run tests
run: pixi run pytest