From c59c5180d9d83e9d4fbca3f6b002dff39cdc08a2 Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Mon, 21 Mar 2022 21:09:49 +0100 Subject: [PATCH] Add in missing python version stuffies --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b35fb98..902a132 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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