Skip to content

Commit

Permalink
No editable install in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Dec 4, 2020
1 parent 3b80b48 commit 9cbeee8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- script: |
python -m pip install --upgrade pip
pip install pytest-azurepipelines wheel
pip install -e .[dev,doc,test,louvain,leiden,magic,scvi,harmony]
pip install .[dev,doc,test,louvain,leiden,magic,scvi,harmony]
displayName: 'Install dependencies'
- script: |
Expand All @@ -47,6 +47,5 @@ jobs:
displayName: 'PyTest'
- script: |
python setup.py check --restructuredtext --strict
rst2html.py --halt=2 README.rst >/dev/null
displayName: 'rst2html'

0 comments on commit 9cbeee8

Please sign in to comment.