Skip to content

Commit

Permalink
changing pointer for dbt-core in 1.0.latest (#347)
Browse files Browse the repository at this point in the history
* adding test.env to gitignore

* changing ref to 1.0.latest
  • Loading branch information
McKnight-42 authored May 9, 2022
1 parent 94c342a commit 38334db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.spark-warehouse/
*.egg-info
env/
test.env
*.pyc
__pycache__
.tox/
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@1.0.latest#egg=dbt-core&subdirectory=core

freezegun==0.3.9
pytest==6.0.2
Expand Down

0 comments on commit 38334db

Please sign in to comment.