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 d5525cb commit 559a88b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.9"

- name: Install Docker Compose via Package Manager
run: |
sudo apt-get update
Expand Down Expand Up @@ -49,8 +54,7 @@ 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==5.31.3
shell: bash

- name: deploy erc20 USDC
Expand Down

0 comments on commit 559a88b

Please sign in to comment.