mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-02 13:13:06 +00:00
build: pin python to 3.12 (not 3.13) due to outdated dependencies (#120)
This commit is contained in:
parent
5c64a0bd11
commit
4029eba8b5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -15,11 +15,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Set up Python 3.x
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
# Semantic version range syntax or exact version of a Python version
|
||||
python-version: '3.x'
|
||||
# TODO: Revert this to '3.x' once we have an updated version of `poseidon-hash` that works for Python >=3.13.
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Build and install eth-specs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user