Skip to content

Commit

Permalink
Circumvent new pip check (see pypa/flit#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Feb 11, 2021
1 parent c201f4f commit 5594408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
displayName: 'Set env'
- script: |
python -m pip install --upgrade pip
# https://github.com/takluyver/flit/pull/388
python -m pip install pip==20.3.3
# python -m pip install --upgrade pip
pip install pytest-cov wheel
pip install .[dev,doc,test,louvain,leiden,magic,scvi,harmony,scrublet,scanorama]
displayName: 'Install dependencies'
Expand Down

0 comments on commit 5594408

Please sign in to comment.