Skip to content

Commit 3b570bc

Browse files
authored
Update manual.yml
1 parent 52d3c8e commit 3b570bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
export DBT_AREA_FILE="dbt-settings"
7171
source ${DBT_AREA_ROOT}/${DBT_AREA_FILE}
7272
echo "setup ups area dbt complete"
73-
setup_ups_product_areas
73+
setup_ups_product_areas || true
7474
echo "setup ups products area complete"
75-
setup python ${dune_python_version}
75+
setup -B python ${dune_python_version}
7676
echo "setup python complete"
7777
source ${DBT_AREA_ROOT}/${DBT_VENV}/bin/activate
7878
echo "activated python venv"

0 commit comments

Comments
 (0)