No need for second install
This commit is contained in:
parent
3dc42fc245
commit
7b44ec5718
1 changed files with 1 additions and 2 deletions
|
@ -7,12 +7,11 @@ machine:
|
|||
|
||||
dependencies:
|
||||
pre:
|
||||
- sudo apt update && sudo apt install pandoc pandoc-citeproc python-dev python3-dev
|
||||
- sudo apt update && sudo apt install pandoc pandoc-citeproc
|
||||
- bash scripts/before_script.sh
|
||||
|
||||
post:
|
||||
- pip install -r dev-requirements.txt
|
||||
- sudo pip install -e .
|
||||
|
||||
|
||||
test:
|
||||
|
|
Reference in a new issue