Skip to content

Commit 38b6be7

Browse files
authored
Removed unused tests from workflow file
1 parent 64fa639 commit 38b6be7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/PyPIPublish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
python-version: 3.9
2828
- name: Install dependencies
2929
run: pip install -r requirements.txt
30-
- name: Run tests
31-
run: >-
32-
python -m
33-
unittest
34-
-v
35-
tests/test_predictor.py
3630
- name: Install pypa/build
3731
run: >-
3832
python -m

0 commit comments

Comments
 (0)