Skip to content

Commit

Permalink
Use installed version of python part 2 (the forgotten)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Feb 26, 2024
1 parent e3848c1 commit a12763c
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 @@ -106,7 +106,7 @@ jobs:
name: Install building requirements on Linux
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 a12763c

Please sign in to comment.