Skip to content

Commit 9327417

Browse files
committed
Use python 3.9 in conda osx build.
1 parent d1120fa commit 9327417

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ jobs:
312312
command: |
313313
export PATH=$HOME/miniconda/bin:$PATH
314314
source ~/.bash_profile
315-
conda activate
315+
conda create --name py39 python=3.9 -y
316+
conda activate py39
316317
conda install -y anaconda-client ccache cmake git ninja conda-build pip
317318
echo $(which -a python)
318319
pip install gitpython

0 commit comments

Comments
 (0)