Skip to content

Commit f6ec88d

Browse files
committed
[MNT] fix doctest
1 parent 16a53b3 commit f6ec88d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,9 @@ jobs:
258258
259259
doctest:
260260
name: doctest
261+
needs: [code-quality]
261262
runs-on: ubuntu-latest
262-
timeout-minutes: 10
263+
timeout-minutes: 15
263264

264265
steps:
265266
- uses: actions/checkout@v4
@@ -272,7 +273,7 @@ jobs:
272273
- name: Install dependencies
273274
run: |
274275
python -m pip install --no-cache-dir --upgrade pip
275-
python -m pip install --no-cache-dir .[test]
276+
python -m pip install --no-cache-dir .[all_extras,test,sktime-integration]
276277
277278
- name: Run doctests
278279
run: |

0 commit comments

Comments
 (0)