Merge pull request #23 from mantidproject/ewm11685-add-pixi-support-l… #132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |