There was an error while loading. Please reload this page.
1 parent 4e803d4 commit be4e725Copy full SHA for be4e725
1 file changed
.github/workflows/tests.yml
@@ -34,4 +34,5 @@ jobs:
34
cp ./*.py "$package_dir/"
35
36
- name: Run tests
37
- run: python -m pytest --import-mode=importlib tests
+ working-directory: tests
38
+ run: python -m pytest .
0 commit comments