Skip to content

Commit

Permalink
chore: remove usefless steps in refresh-one-notebook.yaml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia authored Jan 14, 2025
1 parent f797540 commit 1fdae99
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/refresh-one-notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,6 @@ jobs:
run: |
./script/make_utils/setup_os_deps.sh
make setup_env
- name: Download Sentiment classification data-sets
if: ${{ env.NOTEBOOK_NAME == 'SentimentClassification' }}
run: |
source .venv/bin/activate
cd ./use_case_examples/encrypted_sentiment_analysis && ./download_data.sh
- name: Download Titanic data-sets
if: ${{ env.NOTEBOOK_NAME == 'KaggleTitanic' }}
run: |
source .venv/bin/activate
cd ./use_case_examples/titanic && ./download_data.sh
- name: Refresh ${{ github.event.inputs.notebook }}
run: |
Expand Down

0 comments on commit 1fdae99

Please sign in to comment.