Skip to content

Commit

Permalink
Add test dependencies to execute mypy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Sep 17, 2024
1 parent 3c9ddef commit 77ef3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_pr_with_new_address.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install dependencies
if: steps.check-comment.outputs.result == 'true'
run: |
pip install PyGithub safe-eth-py@git+https://github.com/safe-global/safe-eth-py@main pre-commit $(grep -E "mypy" requirements-test.txt) $(grep -E "web3" requirements.txt)
pip install -U PyGithub safe-eth-py@git+https://github.com/safe-global/safe-eth-py@main pre-commit -r requirements-test.txt
pre-commit install
- name: Process Issue and Create PR
Expand Down

0 comments on commit 77ef3e8

Please sign in to comment.