Skip to content

Commit 9f7db3c

Browse files
authored
ci: Fix hierarchicalforecast downstream test (#2966)
1 parent f7169d4 commit 9f7db3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ jobs:
366366
- name: install-deps
367367
run: |
368368
cd hierarchicalforecast
369-
uv pip install --system ".[dev]"
369+
uv pip install --system ".[dev,polars]"
370370
- name: install-narwhals-dev
371371
run: |
372372
uv pip uninstall narwhals --system
@@ -376,7 +376,7 @@ jobs:
376376
- name: Run tests
377377
run: |
378378
cd hierarchicalforecast
379-
nbdev_test --do_print --timing --n_workers 0
379+
pytest tests
380380
381381
formulaic:
382382
strategy:

0 commit comments

Comments
 (0)