Merge pull request #17 from scientific-python/ci #27
Workflow file for this run
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: Run the update test suite | |
| on: | |
| push: | |
| branches: | |
| - "main" | |
| - "*.*" | |
| tags: | |
| - "v*" | |
| pull_request: | |
| # Allow manual runs through the web UI | |
| workflow_dispatch: | |
| jobs: | |
| run-tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - uses: prefix-dev/[email protected] | |
| with: | |
| pixi-version: "v0.49.0" | |
| - run: | | |
| pixi run test |