Skip to content

updating benchmarks to use WorldModel residuals #37

updating benchmarks to use WorldModel residuals

updating benchmarks to use WorldModel residuals #37

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
env:
PYTHONPATH: dsg-jit
run: |
pytest -q dsg-jit/tests