Skip to content

Commit

Permalink
add test build poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent b7203a9 commit 5952eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-kedro-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
pip install kedro==${{ matrix.kedro-init-version }}
- name: Init kedro project
run: kedro new --starter {{ matrix.directory }} --config tests/${{ matrix.directory }}/config.yml
run: kedro new --starter ./${{ matrix.directory }} --config tests/${{ matrix.directory }}/config.yml

- name: Change directory
run: cd test-project
Expand Down

0 comments on commit 5952eca

Please sign in to comment.