Skip to content

Commit

Permalink
chore: update model-transfers job to use python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Nov 20, 2024
1 parent 83e66ce commit 03a8c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataeng/resources/model-transfers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -ex

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

# Setup
Expand Down

0 comments on commit 03a8c1d

Please sign in to comment.