Add in missing python version stuffies

This commit is contained in:
Carl Beekhuizen 2022-03-21 21:09:49 +01:00
parent d2ed76819d
commit c59c5180d9
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

@ -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