Spaces:
Sleeping
Sleeping
cccmatthew
commited on
Commit
•
674d191
1
Parent(s):
0b517b1
Fix requirements.txt
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 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: |
|