Skip to content

Commit

Permalink
Update azure-pipelines.yml re-enable numba; will damage coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes authored Nov 17, 2023
1 parent 14f92ca commit 9568804
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 @@ -82,7 +82,7 @@ stages:
displayName: 'Install package'
- script: |
export NUMBA_DISABLE_JIT=1
# export NUMBA_DISABLE_JIT=1 # Disable numba coverage so tests run on time for now.
pytest umap/tests --show-capture=no -v --disable-warnings --junitxml=junit/test-results.xml --cov=umap/ --cov-report=xml --cov-report=html
displayName: 'Run tests'
Expand Down

0 comments on commit 9568804

Please sign in to comment.