Skip to content

Commit 9cbeee8

Browse files
committed
No editable install in tests
1 parent 3b80b48 commit 9cbeee8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.azure-pipelines.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- script: |
2929
python -m pip install --upgrade pip
3030
pip install pytest-azurepipelines wheel
31-
pip install -e .[dev,doc,test,louvain,leiden,magic,scvi,harmony]
31+
pip install .[dev,doc,test,louvain,leiden,magic,scvi,harmony]
3232
displayName: 'Install dependencies'
3333
3434
- script: |
@@ -47,6 +47,5 @@ jobs:
4747
displayName: 'PyTest'
4848
4949
- script: |
50-
python setup.py check --restructuredtext --strict
5150
rst2html.py --halt=2 README.rst >/dev/null
5251
displayName: 'rst2html'

0 commit comments

Comments
 (0)