Skip to content

Commit 03a8c1d

Browse files
committed
chore: update model-transfers job to use python 3.11
1 parent 83e66ce commit 03a8c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataeng/resources/model-transfers.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -ex
33

44
# Creating python 3.12 virtual environment to run dbt warehouse-transform job
5-
PYTHON_VENV="py312_venv"
6-
/opt/python3.12/bin/python3.12 -m virtualenv --python=python3.12 --clear "${PYTHON_VENV}"
5+
PYTHON_VENV="py311_venv"
6+
/opt/python3.11/bin/python3.11 -m virtualenv --python=python3.11 --clear "${PYTHON_VENV}"
77
source "${PYTHON_VENV}/bin/activate"
88

99
# Setup

0 commit comments

Comments
 (0)