ethereum / execution-spec-tests

A Python framework and collection of test cases to generate test vectors for Ethereum execution clients
https://ethereum.github.io/execution-spec-tests
MIT License
105 stars 72 forks source link

fix(ci): add solc-select to fill stage of build fixtures #618

Closed spencer-tb closed 3 months ago

spencer-tb commented 3 months ago

🗒️ Description

Fixes the new solc-select dependency required to build fixtures, for both stable/develop fixture releases as well and feature (EOF/Verkle) fixture releases.

🔗 Related Issues

This was an oversight from the following PR: https://github.com/ethereum/execution-spec-tests/pull/604

✅ Checklist