Skip to content

Commit

Permalink
pip install wheel and @QB package
Browse files Browse the repository at this point in the history
  • Loading branch information
jitu5 committed Apr 24, 2024
1 parent ff122e1 commit 0afc1f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ runs:
- name: Install Python dependencies
run: |-
pip install git+https://github.com/kedro-org/kedro@main
pip install wheel
pip install -r package/test_requirements.txt -r demo-project/src/docker_requirements.txt -U
shell: bash
- name: Echo package versions
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@quantumblack/kedro-viz",
"name": "kedro-vizzz",
"version": "9.0.0",
"description": "Kedro-Viz is an interactive development tool for building data science pipelines with Kedro.",
"main": "lib/components/app/index.js",
Expand All @@ -9,7 +9,7 @@
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/kedro-org/kedro-viz.git"
"url": "https://github.com/jitu/kedro-viz.git"
},
"proxy": "http://localhost:4142/",
"scripts": {
Expand Down

0 comments on commit 0afc1f5

Please sign in to comment.