Skip to content

Commit be832a3

Browse files
committed
run CI without awscli and boto3 extras
1 parent 095edc8 commit be832a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python -m pip install -U pip pip-tools
7474
pip-compile --all-extras pyproject.toml requirements-dev.in
7575
pip-sync
76-
pip install -e ".[awscli,boto3]"
76+
pip install -e .
7777
- name: Run pre-commit hooks
7878
run: |
7979
make pre-commit

0 commit comments

Comments
 (0)