We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8c14b commit 619e800Copy full SHA for 619e800
.github/workflows/build.yml
@@ -49,17 +49,19 @@ jobs:
49
twine check dist/*
50
pip install dist/*.whl
51
52
+ - name: Install test dependencies
53
+ run: |
54
+ pip install pytest scikit-learn scipy
55
+
56
- name: Run Test
57
run: |
- pip install pytest
- # cleanup (interferes with tests)
58
rm -rf bazel-*
59
# run tests
60
pytest -vv
61
- - name: Debugging with tmate
- if: failure()
62
- uses: mxschmitt/action-tmate@v3.18
+# - name: Debugging with tmate
63
+# if: failure()
64
+# uses: mxschmitt/action-tmate@v3.18
65
66
upload_to_pypi:
67
name: Upload to PyPI
0 commit comments