jhj0517 commited on
Commit
ba0008b
·
1 Parent(s): aa6793a

Add test dependency

Browse files
Files changed (2) hide show
  1. .github/workflows/ci.yml +1 -1
  2. requirements.txt +2 -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 scikit-image
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 moviepy
33
 
34
  - name: Run test
35
  run: python -m pytest -rs tests
requirements.txt CHANGED
@@ -18,4 +18,5 @@ gradio-i18n
18
 
19
  # Tests
20
  # pytest
21
- # scikit-image
 
 
18
 
19
  # Tests
20
  # pytest
21
+ # scikit-image
22
+ # moviepy