Skip to content

Commit

Permalink
build(datasets):Make sure experimental dependencies are installed for…
Browse files Browse the repository at this point in the history
… check builds step (kedro-org#688)

Make sure experimental dependencies are installed for check builds step

Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht authored May 23, 2024
1 parent 2174f31 commit 152c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kedro-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
cd kedro-datasets
uv pip install --system "kedro-datasets[docs,test] @ ."
uv pip install --system "kedro-datasets[docs,test,experimental] @ ."
- name: Documentation check for kedro-datasets
run: |
make check-datasets-docs

0 comments on commit 152c9fc

Please sign in to comment.