Skip to content

Commit 6ea6609

Browse files
committed
fix pytest error
1 parent dea4c13 commit 6ea6609

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_qlib_from_source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
6464
- name: Set up Python tools
6565
run: |
66-
python -m pip install pytest-timeout
6766
make dev
6867
6968
- name: Lint with Black
@@ -179,4 +178,4 @@ jobs:
179178
max_attempts: 3
180179
command: |
181180
cd tests
182-
python -m pytest . -m "not slow" --durations=0 --timeout=600
181+
python -m pytest -s . -m "not slow" --durations=0

0 commit comments

Comments
 (0)