Skip to content

Merge pull request #23 from mantidproject/ewm11685-add-pixi-support-l… #132

Merge pull request #23 from mantidproject/ewm11685-add-pixi-support-l…

Merge pull request #23 from mantidproject/ewm11685-add-pixi-support-l… #132

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