Skip to content

Commit 0de7680

Browse files
committed
fix tests for PyPI publish integration
1 parent 65631de commit 0de7680

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/PyPIPublish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ jobs:
2525
uses: actions/setup-python@v1
2626
with:
2727
python-version: 3.9
28+
- name: Install dependencies
29+
run: |
30+
pip install -r requirements.txt
2831
- name: Run tests
2932
run: >-
3033
python -m
3134
unittest
3235
-v
33-
tests/all.py
36+
tests/test_predictor.py
3437
- name: Install pypa/build
3538
run: >-
3639
python -m

0 commit comments

Comments
 (0)