Skip to content

AP-25657: Bump bundling package version to 5.11 in pixi lock #50

AP-25657: Bump bundling package version to 5.11 in pixi lock

AP-25657: Bump bundling package version to 5.11 in pixi lock #50

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