Skip to content

Commit

Permalink
add .pyenv to gitsafe directories for update
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlBeek committed Feb 23, 2024
1 parent 03319b9 commit b89a636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +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;
pyenv global 3.12.2;
Expand Down Expand Up @@ -154,6 +155,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;
pyenv global 3.12.2;
Expand Down

0 comments on commit b89a636

Please sign in to comment.