Skip to content

Commit 6a12bcd

Browse files
committed
conda install gcc
1 parent f99096e commit 6a12bcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
export PATH=$HOME/miniconda3/bin:$PATH
1616
conda create --name test_env python=3.8
1717
source activate test_env
18-
conda install -c conda-forge openbabel
19-
pip install gcc
18+
conda install -c conda-forge openbabel gcc_linux-64
2019
pip install -r requirements-ci.txt
2120
pip install .
2221
no_output_timeout: 1h

0 commit comments

Comments
 (0)