From e4b6919e56bf7be6af43c3abdc02b85c2ab1971e Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 31 Jan 2024 14:52:17 -0800 Subject: [PATCH] remove CONTRIBUTING.md updates --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e13879c2..f39e4cb5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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