Skip to content

Commit

Permalink
downgrade python version due to ubuntu 2204 only supporting 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Feb 23, 2024
1 parent b89a636 commit 46904fc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ jobs:
- run:
name: Install building requirements on Linux
command: |
git config --global --add safe.directory /opt/circleci/.pyenv;
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd ~/repo;
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.2;
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.1;
pyenv global 3.12.2;
pip install -r ./build_configs/linux/requirements.txt;
- run:
Expand Down Expand Up @@ -155,9 +153,7 @@ jobs:
- run:
name: Install building requirements on Linux ARM64
command: |
git config --global --add safe.directory /opt/circleci/.pyenv;
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd ~/repo;
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.2;
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -f 3.12.1;
pyenv global 3.12.2;
pip install -r ./build_configs/linux/requirements.txt;
- run:
Expand Down

0 comments on commit 46904fc

Please sign in to comment.