reduce metrics noise in tests

This commit is contained in:
doctorpangloss 2025-07-15 14:08:46 -07:00
parent bf3345e083
commit 25a0406b67

View File

@ -40,6 +40,7 @@ jobs:
- name: Run tests
run: |
nvidia-smi
export OTEL_METRICS_EXPORTER=none
pytest -v tests/unit
- name: Lint for errors
run: |