We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d4ff commit b00d1a4Copy full SHA for b00d1a4
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
python -m pip install "kedro>=0.19.3"
35
- kedro new --starter=spaceflights-pandas-viz --name=demo-project
+ kedro new --starter=spaceflights-pandas --name=demo-project
36
cd demo-project
37
pip install -r requirements.txt
38
- name: Deploy Kedro-Viz to GH Pages (pip)
@@ -55,7 +55,7 @@ jobs:
55
- name: Create a Kedro Project and install project dependencies
56
57
uv tool install "kedro>=0.19.3"
58
59
60
uv init --no-readme
61
uv add kedro
0 commit comments