Spaces:
Runtime error
Runtime error
Commit
·
afcba5a
1
Parent(s):
674d191
Fix github actions
Browse files
.github/workflows/main.yml
CHANGED
@@ -25,7 +25,7 @@ jobs:
|
|
25 |
- name: Install dependencies
|
26 |
run: |
|
27 |
python -m pip install --upgrade pip
|
28 |
-
pip install -r requirements.txt
|
29 |
|
30 |
- name: Model Testing
|
31 |
run: |
|
|
|
25 |
- name: Install dependencies
|
26 |
run: |
|
27 |
python -m pip install --upgrade pip
|
28 |
+
pip install -r requirements.txt
|
29 |
|
30 |
- name: Model Testing
|
31 |
run: |
|