Skip to content

Commit

Permalink
Changie
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Jun 1, 2022
1 parent 0bd05aa commit ada0601
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20220601-105245.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: Fix pip upgrade step in CI for Windows
time: 2022-06-01T10:52:45.872931-04:00
custom:
Author: gshank
Issue: "5321"
PR: "5320"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
.PHONY: dev
dev: ## Installs dbt-* packages in develop mode along with development dependencies.
@\
pip install -r dev-requirements.txt -r editable-requirements.txt && \
pip install -r dev-requirements.txt -r editable-requirements.txt

.PHONY: mypy
mypy: .env ## Runs mypy against staged changes for static type checking.
Expand Down

0 comments on commit ada0601

Please sign in to comment.