Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ jobs:
steps:
- checkout
- restore_cache:
key: deps-{{ checksum "requirements-ci.txt" }}-{{ checksum "setup.py" }}
key: deps-{{ checksum "setup.py" }}
- run:
name: Install dependencies
command: |
export PATH=$HOME/miniconda3/bin:$PATH
conda create --name test_env python=3.8
source activate test_env
conda install -c conda-forge openbabel gcc_linux-64
pip install -r requirements-ci.txt
pip install .
pip install .[complete]
no_output_timeout: 1h
- run:
name: pytest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
cache: pip
cache-dependency-path: |
setup.py
requirements-ci.txt
python-version: 3.8

- name: Install OpenBabel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.44
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.44
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.34292160173571584
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down