Skip to content

Commit

Permalink
run CI without awscli and boto3 extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Jan 6, 2025
1 parent 095edc8 commit be832a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python -m pip install -U pip pip-tools
pip-compile --all-extras pyproject.toml requirements-dev.in
pip-sync
pip install -e ".[awscli,boto3]"
pip install -e .
- name: Run pre-commit hooks
run: |
make pre-commit
Expand Down

0 comments on commit be832a3

Please sign in to comment.