Skip to content

Commit

Permalink
remove demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 12, 2024
1 parent d049147 commit 3fc2041
Show file tree
Hide file tree
Showing 47 changed files with 10 additions and 26,640 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Project Dependencies
- name: Create a Kedro Project and install project dependencies
run: |
python -m pip install --upgrade pip
python -m pip install "kedro>=0.19.3"
kedro new --starter=spaceflights-pandas-viz --name=demo-project
cd demo-project
pip install -r requirements.txt
- name: Deploy Kedro-Viz to GH Pages
Expand Down
17 changes: 7 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
telemetry_consent:
description: "Set your consent if you would like to participate in Kedro-Telemetry. Defaults to true"
required: false
default: true
default: false
python_version:
description: "Set a version of python for the deployment. Defaults to 3.11"
required: false
Expand All @@ -35,6 +35,10 @@ inputs:
description: "Set a commit message for the deployment. Defaults to your original commit message."
required: false
default: ${{ github.event.head_commit.message }}
force_orphan:
description: "Set an option to publish branch with only the latest commit. Defaults to true"
required: false
default: true
user_name:
description: "Set git config user.name. Defaults to github-actions[bot]"
required: false
Expand All @@ -47,13 +51,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Fetch the repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python_version }}
cache: "pip"
- name: Install Kedro-Viz
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -81,8 +78,8 @@ runs:
user_name: ${{ inputs.user_name }}
user_email: ${{ inputs.user_email }}
commit_message: ${{ inputs.commit_message }}
force_orphan: true
- name: Upload Pages artifact
force_orphan: ${{ inputs.force_orphan }}
- name: Upload GitHub Pages artifact
if: ${{ inputs.publishing_source == 'workflow' }}
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion demo-project/.telemetry

This file was deleted.

99 changes: 0 additions & 99 deletions demo-project/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions demo-project/conf/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions demo-project/conf/base/catalog.yml

This file was deleted.

Empty file.
Empty file.
12 changes: 0 additions & 12 deletions demo-project/conf/base/parameters_data_science.yml

This file was deleted.

Empty file.
Empty file removed demo-project/conf/local/.gitkeep
Empty file.
16 changes: 0 additions & 16 deletions demo-project/conf/local/credentials.yml

This file was deleted.

43 changes: 0 additions & 43 deletions demo-project/conf/logging.yml

This file was deleted.

Empty file removed demo-project/data/01_raw/.gitkeep
Empty file.
Loading

0 comments on commit 3fc2041

Please sign in to comment.