Skip to content

Commit

Permalink
single process to reduce re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Nov 4, 2024
1 parent a77549c commit 69f344b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_onnxruntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ jobs:
name: Downgrade Transformers
run: pip install transformers==${{ matrix.transformers-version }}

- name: Test with pytest (in series)
- name: Test with pytest
run: |
pytest tests/onnxruntime -m "run_in_series" --durations=0
- name: Test with pytest (in parallel)
run: |
pytest tests/onnxruntime -m "not run_in_series" --durations=0 -n auto -k "test_num_images_per_prompt"
pytest tests/onnxruntime --durations=0
env:
HF_HUB_READ_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}

0 comments on commit 69f344b

Please sign in to comment.