Skip to content

Commit 68078f6

Browse files
author
thenamesweretakenalready
committed
2 parents d5dae43 + 5c38cdb commit 68078f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run:
2828
name: Install Dependencies
2929
command: |
30-
poetry install
30+
poetry update && poetry install
3131
3232
# Save's the specified path as a cache. This is the path Poetry uses to install the dependencies
3333
# So if you don't install anything new, this folder won't change and the cache will be effective

0 commit comments

Comments
 (0)