Skip to content

Commit 0dfc2f0

Browse files
committed
try adding python setup
1 parent bcfbfc5 commit 0dfc2f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ jobs:
1818
with:
1919
version: stable
2020

21+
- name: Setup Python
22+
uses: actions/setup-python@v5
23+
with:
24+
python-version: '3.11'
25+
26+
- name: Install Python deps
27+
run: |
28+
python3 -V
29+
pip install --disable-pip-version-check --no-cache-dir eth-abi
30+
2131
- name: Cache lib
2232
uses: actions/cache@v4
2333
with:

0 commit comments

Comments
 (0)