Skip to content

Commit

Permalink
update make init
Browse files Browse the repository at this point in the history
  • Loading branch information
nrlugg committed Nov 11, 2024
1 parent dc7d027 commit d2d7bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands:
- virtualenv-{{ .Environment.CACHE_VERSION }}-
- run:
name: Install Python packages
command: pipenv install --dev --system
command: pipenv sync --dev --system
- save_cache:
key: virtualenv-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
init:
pipenv update
pipenv sync --dev
pipenv run dbt deps

clean-env:
Expand Down

0 comments on commit d2d7bb1

Please sign in to comment.