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