Skip to content

Commit

Permalink
Use installed version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Feb 26, 2024
1 parent 8516de4 commit e3848c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
name: Install building requirements on Linux ARM64
command: |
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.1;
pyenv global 3.12.2;
pyenv global 3.12.1;
pip install -r ./build_configs/linux/requirements.txt;
- run:
name: Build with build.spec
Expand Down

0 comments on commit e3848c1

Please sign in to comment.