reenable process replay for lvp (#13592)

This commit is contained in:
Christopher Milan
2025-12-05 09:36:35 -08:00
committed by GitHub
parent 0977206b1c
commit dec2f50aee
3 changed files with 9 additions and 8 deletions

View File

@@ -719,7 +719,6 @@ jobs:
- name: Run TRANSCENDENTAL math
run: TRANSCENDENTAL=2 python -m pytest -n=auto test/test_ops.py::TestOps::test_sin test/test_ops.py::TestOps::test_cos test/test_ops.py::TestOps::test_tan test/test_ops.py::TestOps::test_exp test/test_ops.py::TestOps::test_log --durations=20
- name: Run process replay tests
if: matrix.backend != 'lvp' # TODO: LVP is disabled due to renderer errors, bring this back
uses: ./.github/actions/process-replay
amdremote:
@@ -936,7 +935,6 @@ jobs:
- name: Run pytest (${{ matrix.backend }})
run: python3 -m pytest -n=auto test/ --ignore=test/models --ignore=test/unit --durations=20
- name: Run process replay tests
if: matrix.backend != 'lvp' # TODO: LVP is disabled due to renderer errors, bring this back
uses: ./.github/actions/process-replay
- name: Run macOS-specific unit test
if: matrix.backend == 'cpu'