Skip to content

Commit b00d1a4

Browse files
update starter project name
1 parent ba0d4ff commit b00d1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
python -m pip install "kedro>=0.19.3"
35-
kedro new --starter=spaceflights-pandas-viz --name=demo-project
35+
kedro new --starter=spaceflights-pandas --name=demo-project
3636
cd demo-project
3737
pip install -r requirements.txt
3838
- name: Deploy Kedro-Viz to GH Pages (pip)
@@ -55,7 +55,7 @@ jobs:
5555
- name: Create a Kedro Project and install project dependencies
5656
run: |
5757
uv tool install "kedro>=0.19.3"
58-
kedro new --starter=spaceflights-pandas-viz --name=demo-project
58+
kedro new --starter=spaceflights-pandas --name=demo-project
5959
cd demo-project
6060
uv init --no-readme
6161
uv add kedro

0 commit comments

Comments
 (0)