Skip to content

Commit

Permalink
name updated to install_kedro_and_python_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jitu5 committed Apr 11, 2024
1 parent 708d0fb commit f3001c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_tests/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Setup Tests
description: Sets up the testing environment by checking out the code, setting up Python and Node.js, caching Python packages, installing Kedro and other Python dependencies, and building the React application.
description: Sets up the testing environment by setting up Python and Node.js, caching Python packages, installing Kedro and other Python dependencies, and building the React application.

inputs:
os:
Expand Down Expand Up @@ -34,7 +34,7 @@ runs:
key: ${{inputs.os}}-python-${{inputs.python-version}}

- name: Install Kedro and other Python Dependencies
uses: "./.github/actions/install_python_dependencies"
uses: "./.github/actions/install_kedro_and_python_dependencies"

- name: Setup Node.js and Install Dependencies
uses: "./.github/actions/install_node_dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ubuntu-latest-python-3.9

- name: Install Kedro and other Python Dependencies
uses: "./.github/actions/install_python_dependencies"
uses: "./.github/actions/install_kedro_and_python_dependencies"

- name: Setup Node.js and Install Dependencies
uses: "./.github/actions/install_node_dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{inputs.os}}-python-${{inputs.python-version}}

- name: Install Kedro and other Python Dependencies
uses: "./.github/actions/install_python_dependencies"
uses: "./.github/actions/install_kedro_and_python_dependencies"

- name: Run secret scan
run: make secret-scan
Expand Down

0 comments on commit f3001c7

Please sign in to comment.