We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99096e commit 6a12bcdCopy full SHA for 6a12bcd
.circleci/config.yml
@@ -15,8 +15,7 @@ jobs:
15
export PATH=$HOME/miniconda3/bin:$PATH
16
conda create --name test_env python=3.8
17
source activate test_env
18
- conda install -c conda-forge openbabel
19
- pip install gcc
+ conda install -c conda-forge openbabel gcc_linux-64
20
pip install -r requirements-ci.txt
21
pip install .
22
no_output_timeout: 1h
0 commit comments