Jennifer Kimball
commited on
undoing the main.yml update
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -21,14 +21,14 @@ jobs:
|
|
| 21 |
|
| 22 |
- name: Install dependencies
|
| 23 |
run: |
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 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
|