Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev branch #2421

Merged
merged 9 commits into from
Feb 17, 2023
Next Next commit
Fix anndata-dev install
  • Loading branch information
ivirshup committed Feb 16, 2023
commit 51fa670a1aad66f8d0620667881b8bfb15da1622
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
displayName: 'Install dependencies'

- script: |
'pip install -v "anndata[dev,test] @ git+https://github.com/scverse/anndata"'
pip install -v "anndata[dev,test] @ git+https://github.com/scverse/anndata"
displayName: 'Install development anndata'
condition: eq(variables['ANNDATA_DEV'], 'yes')

Expand Down