Skip to content

add pyright to spack #423

add pyright to spack

add pyright to spack #423

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
which uv || python -m pip install uv
./test.sh