Skip to content

Commit 5934052

Browse files
committed
Update testing workflows
1 parent b5c31c3 commit 5934052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
3232
- name: Test with pytest
3333
run: |
34-
pytest tests/integration -v
34+
pytest tests/integration -v --import-mode=importlib

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
3131
- name: Test with pytest
3232
run: |
33-
pytest tests/unit -v
33+
pytest tests/unit -v --import-mode=importlib

0 commit comments

Comments
 (0)