From 815124c65bade60948882f6216c34c6d74f2a85d Mon Sep 17 00:00:00 2001 From: KG Date: Mon, 11 Sep 2023 21:19:54 -0400 Subject: [PATCH] Hey there aren't any tests in here --- .github/workflows/package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a55a679..5518d41 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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