essmith46er commited on
Commit
2f8e9db
·
1 Parent(s): c85cce9

Added torch import for testing

Browse files
Files changed (1) hide show
  1. .github/workflows/test_program.yml +1 -1
.github/workflows/test_program.yml CHANGED
@@ -22,7 +22,7 @@ jobs:
22
 
23
  - name: Install dependencies
24
  run: |
25
- pip install pytest pytest-json-report gradio[oauth] huggingface_hub transformers
26
 
27
  - name: Run pytest with verbose output
28
  id: run_tests
 
22
 
23
  - name: Install dependencies
24
  run: |
25
+ pip install pytest pytest-json-report gradio[oauth] huggingface_hub torch transformers
26
 
27
  - name: Run pytest with verbose output
28
  id: run_tests