Skip to content

Commit

Permalink
Add install to poetry steps
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis committed Apr 3, 2023
1 parent 99c72e9 commit b921d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Run Integrations CLI unit tests
run: cd scripts/integrations-cli && poetry run python -m unittest
run: cd scripts/integrations-cli && poetry install && poetry run python -m unittest

0 comments on commit b921d94

Please sign in to comment.