Skip to content

Commit

Permalink
Add source activate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Tripp committed Oct 22, 2021
1 parent 2ff2d3f commit 38fc3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-pr.yml
Expand Up @@ -72,6 +72,7 @@ jobs:
pip list
$CONDA/bin/conda env update --file environment.yml
pip list
source $CONDA/bin/activate
$CONDA/bin/conda activate base
pip list
make pyright
Expand Down

1 comment on commit 38fc3fd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filename Stmts Miss Cover Missing
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_azure/init.py 4 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_azure/datasets.py 80 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_azure/himl.py 172 1 99.42% 484
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_azure/himl_download.py 15 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_azure/himl_tensorboard.py 53 5 90.57% 42,79-81,93
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_azure/utils.py 355 3 99.15% 112,732,882
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/data/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/losses/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/networks/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/networks/blocks/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/networks/layers/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/networks/nets/init.py 0 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/utils/init.py 3 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/utils/diagnostics.py 123 0 100.00%
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/health_ml/utils/logging.py 157 2 98.73% 70,209
TOTAL 962 11 98.86%

Please sign in to comment.