Skip to content

Commit

Permalink
Fix duplicate pip install.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 1, 2017
1 parent 7765afb commit 7806f37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ install:
- 'pip install pip --upgrade'
- "pip install -r requirements.txt"
- "pip install pybtex nose coverage ase coveralls fdint ase twine networkx" # Note that pyhull is excluded because it does not work on Windows.
- "pip install pybtex nose coverage ase coveralls fdint ase phonopy twine networkx" # Note that pyhull is excluded because it does not work on Windows.

# Run develop to install in dev mode and build C extension.
- "python setup.py develop"

Expand Down

0 comments on commit 7806f37

Please sign in to comment.