From b5a69292ff84f87f9432fc6506f392bea6b756b1 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 10 Aug 2023 11:36:06 -0700 Subject: [PATCH] force python to 3.10 --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95c8f5bca..f2a3b6357 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,7 @@ jobs: steps: - checkout - run: apt-get update - - run: conda create --name dbt_test_env python=3.10 -y - - run: conda activate dbt_test_env + - run: conda install python=3.10 - run: python3 -m pip install --upgrade pip - run: apt-get install -y git gcc g++ unixodbc-dev libsasl2-dev libxml2-dev libxslt-dev - run: python3 -m pip install tox