Skip to content

work on Bilbao self-test, to be run independently #1

work on Bilbao self-test, to be run independently

work on Bilbao self-test, to be run independently #1

Workflow file for this run

name: Bilbao Test
on:
schedule:
# Run weekly on Mondays at 5:00 AM UTC
- cron: '0 5 * * 1'
workflow_dispatch:
# Default to bash
defaults:
run:
shell: bash
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 20 in .github/workflows/bilbao-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bilbao-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: set up pixi
uses: prefix-dev/[email protected]
with:
environments: ${{ matrix.env }}
pixi-version: v0.39.5
manifest-path: pixi/pixi.toml
- name: test
run: |
cd tests
pixi run --manifest-path ../pixi/pixi.toml python -m pytest run_bilbao.py