Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed May 12, 2024
1 parent f1c5aef commit cf94c4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_api_rocm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ jobs:
--volume ${{ env.WORKSPACE }}:/workspace
--workdir /workspace
run: |
pip install -e .[testing,timm,diffusers,codecarbon] && pytest -s -x -k "api and cuda"
pip install -e .[testing,timm,diffusers,codecarbon]
pytest -s -x -k 'api and cuda'

0 comments on commit cf94c4c

Please sign in to comment.