diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0107bbd..a6c9327 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,4 @@ jobs: - name: Deploy Kedro-Viz to GH Pages uses: ./ with: - publish_branch: "test-deploy" - commit_message: "my test deployment" telemetry_consent: false diff --git a/action.yml b/action.yml index 5dee719..1291d27 100644 --- a/action.yml +++ b/action.yml @@ -51,6 +51,7 @@ runs: run: | python -m pip install --upgrade pip python -m pip install "kedro-viz>=7.1.0" + pip install -r requirements.txt - name: Consent to the use of Kedro-Telemetry run: "echo 'consent: ${{ inputs.telemetry_consent }}' > .telemetry" shell: bash