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 d00f5a8 commit 4623ae0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
pytest_cov_dir: "quartz_solar_forecast"
os_list: '["ubuntu-latest"]'
python-version: "['3.11']"
extra_commands: echo "HF_TOKEN=${{ vars.HF_TOKEN }}" > .env
pytest_numcpus: '1'
extra_commands: |
echo "HF_TOKEN=${{ vars.HF_TOKEN }}" > .env
pip install pytest-xdist
pytest_numcpus: 'auto'

0 comments on commit 4623ae0

Please sign in to comment.