Skip to content

Commit

Permalink
fix: added all extras
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Dec 14, 2023
1 parent d51f101 commit f00fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
poetry env use ${{ matrix.python-version }}
- name: Install dependencies
run: |
poetry install --no-root --only dev --extras "AWS"
poetry install --no-root --only dev --all-extras
- name: Lint Python (Black)
run: |
poetry run inv formatter
Expand Down

0 comments on commit f00fd8c

Please sign in to comment.