Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Jan 8, 2024
1 parent aa2bc51 commit aea48c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
- run:
name: Install python
command: |
brew install pyenv
pyenv install 3.10.13
pyenv global 3.10.13
python3.10 --version
curl -sSL https://install.python-poetry.org | python3.10 -
brew install pyenv;
pyenv install 3.10.13;
pyenv global 3.10.13;
python3.10 --version;
curl -sSL https://install.python-poetry.org | python3.10 -;
python3.10 -m poetry install --no-interaction --no-root;
- build_and_compress:
os_name: macos
Expand Down

0 comments on commit aea48c0

Please sign in to comment.