Skip to content

Commit

Permalink
Parallelize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-G13 committed Jan 19, 2025
1 parent 8c1e1e7 commit 5dea573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
os_list: '["ubuntu-latest"]'
python-version: "['3.11']"
extra_commands: |
echo "HF_TOKEN=${{ vars.HF_TOKEN }}"
echo "HF_TOKEN=${{ vars.HF_TOKEN }}" > .env
pip install pytest-xdist
pytest_numcpus: 'auto'

0 comments on commit 5dea573

Please sign in to comment.