Skip to content

small docs updates #843

small docs updates

small docs updates #843

name: Spaceship tests
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 8
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Test with pytest
run: |
pip install --upgrade pip
pip install uv
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt --system
uv pip install pytest --system
uv run pytest -vv -p no:warnings