Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Dec 11, 2024
1 parent 32d08fa commit 7ed0776
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_cli_cuda_tensorrt_llm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Install dependencies
run: |
pip install -e .[testing]
pip install huggingface-cli[cli]
- name: Run tests
run: |
Expand All @@ -58,7 +57,7 @@ jobs:
}}
name: Run examples
run: |
pip install huggingface-cli[cli]
huggingface-cli delete-cache
pytest tests/test_examples.py -x -s -k "cli and cuda and trt"
Expand Down

0 comments on commit 7ed0776

Please sign in to comment.