Skip to content

Commit

Permalink
use web3 5.31.3 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingweicb authored Sep 27, 2024
1 parent 6b9a6ce commit 5b4708c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
python -m pip install --upgrade pip
pip install web3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install web3==5.31.3
shell: bash

- name: deploy erc20 USDC
run: .github/scripts/init_erc20.sh
shell: bash
Expand Down

0 comments on commit 5b4708c

Please sign in to comment.