Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Aug 10, 2023
1 parent 5d118fb commit f838f46
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/check-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ jobs:
if: matrix.os == 'windows-latest' && inputs.plugin == 'kedro-datasets' && matrix.python-version != '3.10'
run: |
make test-no-spark
- name: RTD build for kedro-datasets
if: inputs.plugin == 'kedro-datasets' && matrix.python-version == '3.10'
run: |
make rtd
lint:
defaults:
Expand Down Expand Up @@ -97,6 +93,23 @@ jobs:
- name: Run linter
run: make plugin=${{ inputs.plugin }} lint

RTD-build:
if: inputs.plugin == 'kedro-datasets' && matrix.python-version == '3.10'
defaults:
run:
shell: bash
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- name: Install dependencies
run: |
cd kedro-datasets
pip install ".[docs]"
- name: RTD build for kedro-datasets
run: |
make rtd
e2e-tests:
if: inputs.plugin != 'kedro-datasets'
defaults:
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/run-docs-build.yml

This file was deleted.

0 comments on commit f838f46

Please sign in to comment.