From a0a58ad98d316784742157101aeaba1c819aacd2 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Tue, 23 Jul 2024 01:56:10 +0530 Subject: [PATCH] Fix --- scripts/test/integration-kube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/integration-kube.sh b/scripts/test/integration-kube.sh index 7924cd227..b0e4ac665 100644 --- a/scripts/test/integration-kube.sh +++ b/scripts/test/integration-kube.sh @@ -4,6 +4,6 @@ set -x set -e -pip pip install "astronomer-cosmos[dbt-postgres]" +pip install "astronomer-cosmos[dbt-postgres]" pytest tests/test_example_dags.py::test_example_dag_k8s \ No newline at end of file