We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d3c8e commit 3b570bcCopy full SHA for 3b570bc
.github/workflows/manual.yml
@@ -70,9 +70,9 @@ jobs:
70
export DBT_AREA_FILE="dbt-settings"
71
source ${DBT_AREA_ROOT}/${DBT_AREA_FILE}
72
echo "setup ups area dbt complete"
73
- setup_ups_product_areas
+ setup_ups_product_areas || true
74
echo "setup ups products area complete"
75
- setup python ${dune_python_version}
+ setup -B python ${dune_python_version}
76
echo "setup python complete"
77
source ${DBT_AREA_ROOT}/${DBT_VENV}/bin/activate
78
echo "activated python venv"
0 commit comments