Skip to content

Commit

Permalink
Parallelized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-G13 committed Jan 19, 2025
1 parent 4623ae0 commit 8c1e1e7
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 }}" > .env
echo "HF_TOKEN=${{ vars.HF_TOKEN }}"
pip install pytest-xdist
pytest_numcpus: 'auto'

0 comments on commit 8c1e1e7

Please sign in to comment.