Skip to content

Commit

Permalink
add setuptools to pip install line
Browse files Browse the repository at this point in the history
  • Loading branch information
anishnaik committed Nov 8, 2023
1 parent c7a7ff3 commit 26d5b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Install Python dependencies
run: |
pip3 install --no-cache-dir solc-select crytic-compile
pip3 install --no-cache-dir setuptools solc-select crytic-compile
- name: Install solc
run: |
Expand Down

0 comments on commit 26d5b70

Please sign in to comment.