Skip to content

Commit

Permalink
flail
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed May 26, 2023
1 parent 838ab88 commit c90b651
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Expand Up @@ -51,8 +51,9 @@ jobs:
name: "Restore any valid cache"
key: dependencies-{{ .Branch }}-<< parameters.python_version >>-{{ checksum "poetry.lock" }}
- run:
command: |
poetry -vvv install || true
command: |
python3 -m venv .venv
poetry -vvv install
- save_cache:
name: "Cache dependencies"
key: dependencies-{{ .Branch }}-<< parameters.python_version >>-{{ checksum "poetry.lock" }}
Expand Down

0 comments on commit c90b651

Please sign in to comment.