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

@ -55,10 +55,11 @@ jobs:
uv run pytest tests
- name: Run staging tests
env:
env:
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: |