Skip to content

Commit

Permalink
flail2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed May 26, 2023
1 parent c90b651 commit d3f5d4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -52,7 +52,9 @@ jobs:
key: dependencies-{{ .Branch }}-<< parameters.python_version >>-{{ checksum "poetry.lock" }}
- run:
command: |
python3 -m venv .venv
python --version
poetry --version
rm -rf ~/.cache/pypoetry
poetry -vvv install
- save_cache:
name: "Cache dependencies"
Expand Down

0 comments on commit d3f5d4d

Please sign in to comment.