mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-07 03:22:19 +00:00
Add in missing python version stuffies
This commit is contained in:
parent
d2ed76819d
commit
c59c5180d9
@ -157,8 +157,8 @@ jobs:
|
||||
- run:
|
||||
name: Install building requirements on Linux ARM64
|
||||
command: |
|
||||
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.8.12;
|
||||
pyenv global 3.8.12;
|
||||
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.3;
|
||||
pyenv global 3.10.3;
|
||||
pip install -r ./build_configs/linux/requirements.txt;
|
||||
- run:
|
||||
name: Build with build.spec
|
||||
|
Loading…
Reference in New Issue
Block a user