Skip to content

Commit

Permalink
try fix circleci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Dec 27, 2018
1 parent b863fcc commit e3e2862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
# pip install --quiet -r requirements-optional.txt
# temporarily avoid pip install of matminer
mkdir ~/matminer
cd ~/matminer
git clone https://github.com/hackingmaterials/matminer.git
cd matminer
pip install -e .
cd ..
cd ~/automatminer
pip install -e .
pip install coverage
Expand Down
2 changes: 1 addition & 1 deletion automatminer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__author__ = 'Alex Dunn, Qi Wang, Alex Ganose, Daniel Dopp, Anubhav Jain'
__author_email__ = 'ardunn@lbl.gov'
__license__ = 'Modified BSD'
__version__ = '2018.12.11_beta'
__version__ = '2018.12.26_beta'

0 comments on commit e3e2862

Please # to comment.