Spaces:
Runtime error
Runtime error
Commit
·
102e541
1
Parent(s):
2cc7aa0
fix test ci
Browse files
.github/workflows/test.yml
CHANGED
@@ -18,7 +18,6 @@ jobs:
|
|
18 |
python-version: "3.8"
|
19 |
- name: install dependency
|
20 |
run: |
|
21 |
-
git lfs checkout
|
22 |
pip install -r app/requirements.txt
|
23 |
- name: Run test
|
24 |
run: pytest
|
|
|
18 |
python-version: "3.8"
|
19 |
- name: install dependency
|
20 |
run: |
|
|
|
21 |
pip install -r app/requirements.txt
|
22 |
- name: Run test
|
23 |
run: pytest
|