Skip to content

Commit

Permalink
Add in missing python version stuffies
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Mar 21, 2022
1 parent d2ed768 commit c59c518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c59c518

Please sign in to comment.