We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1120fa commit 9327417Copy full SHA for 9327417
1 file changed
.circleci/config.yml
@@ -312,7 +312,8 @@ jobs:
312
command: |
313
export PATH=$HOME/miniconda/bin:$PATH
314
source ~/.bash_profile
315
- conda activate
+ conda create --name py39 python=3.9 -y
316
+ conda activate py39
317
conda install -y anaconda-client ccache cmake git ninja conda-build pip
318
echo $(which -a python)
319
pip install gitpython
0 commit comments