Skip to content

Commit

Permalink
poetry install with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rnoxy committed Nov 14, 2023
1 parent cb9694f commit ff4e3f6
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 @@ -111,7 +111,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade poetry
poetry config virtualenvs.create false
poetry install
poetry install --with test
- name: Run kedro
working-directory: test-project
Expand Down

0 comments on commit ff4e3f6

Please sign in to comment.