Skip to content

Commit 7864ece

Browse files
committed
fixup! Bytecode comparison PR check
1 parent 2e45b87 commit 7864ece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/t-bytecode-compare.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
PLATFORM: ${{ matrix.platform }}
2828

2929
steps:
30+
- uses: actions/setup-python@v2
31+
with:
32+
# Use the latest minor release of Python 3. prepare_report.py requires Python >= 3.7
33+
python-version: '3.x'
34+
3035
- uses: actions/checkout@v2
3136
with:
3237
repository: 'ethereum/solidity'

0 commit comments

Comments
 (0)