Skip to content

Commit

Permalink
also upgrade protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Aug 26, 2024
1 parent cd61794 commit fcef7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dagster-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: steps.prerun.outputs.result != 'skip'
run: |
pip install pip --upgrade;
pip install dagster-dbt dagster-cloud dbt-core dbt-duckdb dbt-snowflake --upgrade --upgrade-strategy eager;
pip install dagster-dbt dagster-cloud dbt-core dbt-duckdb dbt-snowflake protobuf --upgrade --upgrade-strategy eager;
make deps
dagster-dbt project prepare-and-package --file hooli_data_eng/project.py
dagster-cloud ci dagster-dbt project manage-state --file hooli_data_eng/project.py --source-deployment data-eng-prod
Expand Down

0 comments on commit fcef7bb

Please sign in to comment.