Skip to content

AP-25050: update to 5.8 #37

AP-25050: update to 5.8

AP-25050: update to 5.8 #37

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