Skip to content

Commit

Permalink
ci(datasets): install deps in single pip install (#454)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Dec 5, 2023
1 parent a360bfd commit 2e5686f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/kedro-datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
run: |
python -m pip install -U "pip>=21.2,<23.2" # Temporary fix
cd kedro-datasets
pip install ".[docs]"
pip install ".[test]"
pip install ".[docs,test]"
- name: RTD build for kedro-datasets
run: |
make rtd

0 comments on commit 2e5686f

Please sign in to comment.