Skip to content

Commit 152c9fc

Browse files
authored
build(datasets):Make sure experimental dependencies are installed for check builds step (kedro-org#688)
Make sure experimental dependencies are installed for check builds step Signed-off-by: Merel Theisen <merel.theisen@quantumblack.com>
1 parent 2174f31 commit 152c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kedro-datasets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
run: |
6161
cd kedro-datasets
62-
uv pip install --system "kedro-datasets[docs,test] @ ."
62+
uv pip install --system "kedro-datasets[docs,test,experimental] @ ."
6363
- name: Documentation check for kedro-datasets
6464
run: |
6565
make check-datasets-docs

0 commit comments

Comments
 (0)