Skip to content

Commit

Permalink
Don’t check that built file is there
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
  • Loading branch information
flying-sheep and ivirshup committed Jun 16, 2023
1 parent 2f0b2fe commit 287c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ jobs:
- script: |
pip install dist/*.whl
python -c 'import anndata; import anndata._version; print(anndata.__version__)'
python -c 'import anndata; print(anndata.__version__)'
displayName: "Check runtime version"

0 comments on commit 287c981

Please sign in to comment.