Skip to content

Commit

Permalink
fix template name
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme committed Nov 21, 2023
1 parent dbc4432 commit 6dd458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-templates-to-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Check-out fresh NLP template
run: |
mkdir -p examples/nlp-case
printf 'info@zenml.io' | zenml init --path examples/nlp-case --template template-nlp --template-with-defaults
printf 'info@zenml.io' | zenml init --path examples/nlp-case --template nlp --template-with-defaults
bash scripts/format.sh
- name: Check for changes
Expand Down

0 comments on commit 6dd458f

Please sign in to comment.