Skip to content

Commit

Permalink
fix: disable ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn authored and Optimox committed Mar 23, 2023
1 parent c4963ad commit 60ec6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
export PATH="/root/.local/bin:$PATH"
poetry config virtualenvs.path $POETRY_CACHE
poetry run pip install torch==1.4.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
poetry install
poetry install --no-ansi
- save_cache:
paths:
- /work/.cache/poetry
Expand Down

0 comments on commit 60ec6bf

Please sign in to comment.