diff --git a/.github/workflows/workflow_release.yml b/.github/workflows/workflow_release.yml index e5cf53d3..77f3200e 100644 --- a/.github/workflows/workflow_release.yml +++ b/.github/workflows/workflow_release.yml @@ -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