Skip to content

Commit 4fc33b5

Browse files
committed
Run pytest through python to fix dependency issue
1 parent 69a39b9 commit 4fc33b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ commands:
7474
name: Test io
7575
command: |
7676
source .venv/bin/activate
77-
pytest tests/test_io
77+
python -m pytest tests/test_io
7878
no_output_timeout: 20m
7979
- run:
8080
name: Test dependencies not imported

0 commit comments

Comments
 (0)