Skip to content

Commit 067dd43

Browse files
committed
fix pre-commit err
1 parent c9cba49 commit 067dd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compatiblity_test_on_dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Unit Testing
7575
run: |
76-
PYTHONPATH=$PWD pytest
76+
PYTHONPATH=$PWD pytest
7777
-m "not largedist" \
7878
--durations=0 \
7979
--ignore tests/test_analyzer \

0 commit comments

Comments
 (0)