Skip to content

Commit 619e800

Browse files
committed
install test dependencies
1 parent 0d8c14b commit 619e800

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,19 @@ jobs:
4949
twine check dist/*
5050
pip install dist/*.whl
5151
52+
- name: Install test dependencies
53+
run: |
54+
pip install pytest scikit-learn scipy
55+
5256
- name: Run Test
5357
run: |
54-
pip install pytest
55-
# cleanup (interferes with tests)
5658
rm -rf bazel-*
5759
# run tests
5860
pytest -vv
5961
60-
- name: Debugging with tmate
61-
if: failure()
62-
uses: mxschmitt/action-tmate@v3.18
62+
# - name: Debugging with tmate
63+
# if: failure()
64+
# uses: mxschmitt/action-tmate@v3.18
6365

6466
upload_to_pypi:
6567
name: Upload to PyPI

0 commit comments

Comments
 (0)