Only run staging tests in one configuration (#156)

This commit is contained in:
Daniël de Kok
2025-09-23 10:52:47 +02:00
committed by GitHub
parent fb8cd99a2c
commit 457c7c1b8d

View File

@ -59,6 +59,7 @@ jobs:
HF_TOKEN: ${{ secrets.HF_STAGING_TOKEN }}
run: |
HUGGINGFACE_CO_STAGING=true uv run pytest --token -m "is_staging_test" tests/
if: matrix.python_version == '3.10' && matrix.torch-version == '2.7.0'
- name: Check kernel conversion
run: |