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 aea48c0 commit 537d1b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
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;
python3 --version;
curl -sSL https://install.python-poetry.org | python3 -;
python3 -m poetry install --no-interaction --no-root;
- build_and_compress:
os_name: macos
python_version: "3.10.13"
Expand Down

0 comments on commit 537d1b7

Please sign in to comment.