Skip to content

Commit

Permalink
Hey there aren't any tests in here
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Sep 12, 2023
1 parent 7d8dcf1 commit 815124c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pillow
pip install numpy
- name: Test with unittest
run: |
python -m unittest discover -s tests -t .
python -m unittest tests\__init__.py

0 comments on commit 815124c

Please sign in to comment.