jhj0517
commited on
Commit
·
7f1c59d
1
Parent(s):
3582bf4
Add test dependency
Browse files- .github/workflows/ci.yml +1 -1
- requirements.txt +6 -1
.github/workflows/ci.yml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
python-version: ${{ matrix.python }}
|
30 |
|
31 |
- name: Install dependencies
|
32 |
-
run: pip install -r requirements.txt pytest
|
33 |
|
34 |
- name: Run test
|
35 |
run: python -m pytest -rs tests
|
|
|
29 |
python-version: ${{ matrix.python }}
|
30 |
|
31 |
- name: Install dependencies
|
32 |
+
run: pip install -r requirements.txt pytest scikit-image
|
33 |
|
34 |
- name: Run test
|
35 |
run: python -m pytest -rs tests
|
requirements.txt
CHANGED
@@ -13,4 +13,9 @@ ultralytics
|
|
13 |
tyro
|
14 |
dill
|
15 |
gradio
|
16 |
-
gradio-i18n
|
|
|
|
|
|
|
|
|
|
|
|
13 |
tyro
|
14 |
dill
|
15 |
gradio
|
16 |
+
gradio-i18n
|
17 |
+
|
18 |
+
|
19 |
+
# Tests
|
20 |
+
# pytest
|
21 |
+
# scikit-image
|