Skip to content

Commit

Permalink
Remove redudant pip install commands for workflow. (#145)
Browse files Browse the repository at this point in the history
* Remove redudant pip install commands for workflow.

Surfaced by Chenyu in review of dbt-redshift PR 105. These are already found in the dev_requirements.txt and don't need explicit inclusion like so

* Add changelog.

Co-authored-by: Mila Page <versusfacit@users.noreply.github.com>
  • Loading branch information
VersusFacit and VersusFacit committed Apr 25, 2022
1 parent 24482ea commit ae31719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- name: Install python dependencies
run: |
pip install --user --upgrade pip
pip install pre-commit
pip install mypy==0.782
pip install -r dev_requirements.txt
pip --version
pre-commit --version
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Under the hood
- Add precommits for this repo ([#107](https://github.com/dbt-labs/dbt-snowflake/pull/107))
- Cleanup redundant precommit hook command ([#145](https://github.com/dbt-labs/dbt-snowflake/pull/145))

## dbt-snowflake 1.1.0b1 (March 23, 2022)

Expand Down

0 comments on commit ae31719

Please sign in to comment.