Skip to content

Commit be4e725

Browse files
committed
import-mode=importlib
1 parent 4e803d4 commit be4e725

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
cp ./*.py "$package_dir/"
3535
3636
- name: Run tests
37-
run: python -m pytest --import-mode=importlib tests
37+
working-directory: tests
38+
run: python -m pytest .

0 commit comments

Comments
 (0)