Skip to content

Commit

Permalink
fix python test in workflow_release
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Jul 18, 2024
1 parent 05f6dd5 commit 4556b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ jobs:
run: |
find ./dist -type f -name "*.whl" -exec cp '{}' ./tests/python/lib \;
pip install --no-index tests/python/lib/*.whl --force-reinstall
python -m unittest discover tests/python/
cd tests/python
python -m unittest discover .
- name: artifact name
id: artifactname
shell: bash
Expand Down

0 comments on commit 4556b4d

Please sign in to comment.