Skip to content

Commit 3760adc

Browse files
committed
Update ETH library
1 parent 77abb48 commit 3760adc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- uses: actions/checkout@v3
19+
- name: Set up Python
20+
uses: actions/setup-python@v5
21+
with:
22+
python-version: '3.11'
1923
- name: Install dependencies
2024
run: bash ./tools/prepare-ci.sh
2125
- name: Get current branch

0 commit comments

Comments
 (0)