Skip to content

Commit

Permalink
remove CONTRIBUTING.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jan 31, 2024
1 parent d0fb9ed commit e4b6919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Rather than forking `dbt-labs/dbt-postgres`, use `dbt-labs/dbt-postgres` directl
[Setting up an environment](https://github.com/dbt-labs/dbt-core/blob/HEAD/CONTRIBUTING.md#setting-up-an-environment)
3. Install `dbt-postgres` and development dependencies in the virtual environment
```shell
pip install -e "".[dev]""
pip install -e .[dev]
```

When `dbt-postgres` is installed this way, any changes made to the `dbt-postgres` source code
Expand All @@ -86,7 +86,6 @@ will be reflected in the virtual environment immediately.
`dbt-postgres` contains [unit](https://github.com/dbt-labs/dbt-postgres/tree/main/tests/unit)
and [functional](https://github.com/dbt-labs/dbt-postgres/tree/main/tests/functional) tests.

To install test dependencies run: `pip install -e ".[test]"`

### Unit tests

Expand Down

0 comments on commit e4b6919

Please sign in to comment.