Skip to content

Update operational replay outputs after ablation study #1

Update operational replay outputs after ablation study

Update operational replay outputs after ablation study #1

Workflow file for this run

name: qmv-framework-ci
on:
push:
pull_request:
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
env:
PYTHONDONTWRITEBYTECODE: '1'
PYTEST_DISABLE_PLUGIN_AUTOLOAD: '1'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Run pipeline
run: python scripts/run_pipeline.py
- name: Run tests
run: python -m pytest -q