Skip to content

Commit

Permalink
Merge pull request #1250 from jakob-keller/no-extras
Browse files Browse the repository at this point in the history
Use `awscli` and `boto3` extras only if required
  • Loading branch information
jakob-keller authored Jan 6, 2025
2 parents 095edc8 + 34ea4f2 commit ea04963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After that, please install libraries required for development::
$ pip install pip-tools
$ pip-compile --all-extras pyproject.toml requirements-dev.in
$ pip-sync
$ pip install -e ".[awscli,boto3]"
$ pip install -e .

Install pre-commit hooks::

Expand Down

0 comments on commit ea04963

Please sign in to comment.