Skip to content

Commit

Permalink
add back requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 6, 2024
1 parent 57ae35c commit 1d7a349
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d7a349

Please sign in to comment.