From 921508681f99752f960b03f951b49547c6dddfdf Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:25:26 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 27544dd..f2e4c5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,12 +60,8 @@ jobs: if: steps.prerun.outputs.result == 'pex-deploy' # --upgrade-strategy eager picks up newer packages that are required for things to work run: | - pip install pip --upgrade + # pip install pip --upgrade cd project-repo - cd jaffle_shop - pip install dbt-duckdb - dbt seed - cd .. pip install . --upgrade --upgrade-strategy eager dagster-dbt project prepare-for-deployment --file jaffle_dagster/project.py # The cli command below can be used to manage syncing the prod manifest to branches if state_path is set on the DbtProject