Skip to content

Commit

Permalink
force python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Aug 10, 2023
1 parent 9733d07 commit b5a6929
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5a6929

Please sign in to comment.