diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index b8cde6e8..e500d169 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -34,4 +34,4 @@ jobs: - name: Run fast tests with pytest run: HF_TOKEN="${{ secrets.HF_HUB_TOKEN }}" make test - name: Run core tests with minimal dependencies - run: make test + run: make test-core