Skip to content

[pre-commit.ci] pre-commit autoupdate #134

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #134

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main, qa, next]
tags: ['v*']
jobs:
python-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.8.14
- name: Build source distribution
run: | # this is used as part of making the rpm
pixi run build
# the package isn't built because this is a unusual package