Skip to content

Commit

Permalink
fix gpu ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Sep 14, 2024
1 parent fbaa980 commit 90aa85d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_onnxruntime_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
pip install .[tests,onnxruntime-gpu]
- name: Replace opencv-python with opencv-python-headless
run: |
pip uninstall -y opencv-python && pip install opencv-python-headless
- name: Test with pytest
run: |
pytest tests/onnxruntime -m "cuda_ep_test or cuda_trt_test" --durations=0 -vvvv -s -n auto

0 comments on commit 90aa85d

Please sign in to comment.