Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
shiatcb committed Jan 15, 2025
1 parent ee70577 commit b025562
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip uninstall web3
pip install git+https://github.com/ethereum/web3.py.git
pip install web3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip uninstall web3==5.31.3
pip install git+https://github.com/ethereum/web3.py.git
pip install web3==7.7.0
shell: bash

- name: deploy erc20 USDC
Expand Down

0 comments on commit b025562

Please sign in to comment.