Skip inference tests for now

This commit is contained in:
doctorpangloss 2025-10-22 12:29:04 -07:00
parent 674b69c291
commit aed4663bca

View File

@ -66,9 +66,6 @@ jobs:
- name: Run unit tests
run: |
pytest -v tests/unit
- name: Run inference tests
run: |
pytest -v tests/inference
build_and_execute_amd:
environment: "Testing"
name: ${{ matrix.runner.friendly_name }}