Skip to content

Commit 815124c

Browse files
committed
Hey there aren't any tests in here
1 parent 7d8dcf1 commit 815124c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32+
pip install pillow
33+
pip install numpy
3234
- name: Test with unittest
3335
run: |
34-
python -m unittest discover -s tests -t .
36+
python -m unittest tests\__init__.py

0 commit comments

Comments
 (0)