Skip to content

Commit

Permalink
Update pyenv versions manually
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Feb 23, 2024
1 parent 0afa84a commit 03319b9
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 @@ -105,7 +105,7 @@ jobs:
- run:
name: Install building requirements on Linux
command: |
pyenv update
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd ~/repo;
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.2;
pyenv global 3.12.2;
pip install -r ./build_configs/linux/requirements.txt;
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- run:
name: Install building requirements on Linux ARM64
command: |
pyenv update
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd ~/repo;
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.2;
pyenv global 3.12.2;
pip install -r ./build_configs/linux/requirements.txt;
Expand Down

0 comments on commit 03319b9

Please sign in to comment.