Update ci.yml

This commit is contained in:
Slipstream 2025-06-12 23:10:37 -06:00 committed by GitHub
parent b5ee8dc408
commit d0e55d3706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,24 +22,16 @@ on:
jobs:
build:
runs-on: self-hosted
container:
image: disagreement-image:latest
options: --user runneruser
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
npm install -g pyright
- name: Checkout code
uses: actions/checkout@v4
- name: Run Pyright
run: pyright
- name: Run tests
run: |
pytest tests/
- name: Run Tests
run: pytest tests/