Jennifer Kimball commited on
Commit
12c98d9
·
unverified ·
1 Parent(s): 0f48b46

undoing the main.yml update

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +8 -8
.github/workflows/main.yml CHANGED
@@ -21,14 +21,14 @@ jobs:
21
 
22
  - name: Install dependencies
23
  run: |
24
- # python -m pip install --upgrade pip
25
- # pip install pytest
26
- # pip install pydantic==2.8.2
27
- # pip install pydantic-core==2.20.1
28
- # pip install fastapi==0.112.4
29
- # pip install gradio==3.23.0
30
- # pip install transformers torch huggingface_hub
31
- # pip install accelerate
32
 
33
  # Run unit tests with pytest
34
  - name: Run tests
 
21
 
22
  - name: Install dependencies
23
  run: |
24
+ python -m pip install --upgrade pip
25
+ pip install pytest
26
+ pip install pydantic==2.8.2
27
+ pip install pydantic-core==2.20.1
28
+ pip install fastapi==0.112.4
29
+ pip install gradio==3.23.0
30
+ pip install transformers torch huggingface_hub
31
+ pip install accelerate
32
 
33
  # Run unit tests with pytest
34
  - name: Run tests