Skip to content

Commit

Permalink
install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Oct 2, 2024
1 parent 0d8c14b commit 619e800
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,19 @@ jobs:
twine check dist/*
pip install dist/*.whl
- name: Install test dependencies
run: |
pip install pytest scikit-learn scipy
- name: Run Test
run: |
pip install pytest
# cleanup (interferes with tests)
rm -rf bazel-*
# run tests
pytest -vv
- name: Debugging with tmate
if: failure()
uses: mxschmitt/action-tmate@v3.18
# - name: Debugging with tmate
# if: failure()
# uses: mxschmitt/action-tmate@v3.18

upload_to_pypi:
name: Upload to PyPI
Expand Down

0 comments on commit 619e800

Please sign in to comment.