Clean up mess

This commit is contained in:
SeanNaren 2021-02-17 17:02:22 +00:00
parent 087892780b
commit 7dd17d3d4e
1 changed files with 6 additions and 11 deletions

View File

@ -64,11 +64,6 @@ jobs:
- bash: |
# Temporary fix till DeepSpeed release
pip install deepspeed@git+https://github.com/microsoft/DeepSpeed@ec8b1cb
# Update path to find ninja installation
export PATH=$PATH:/home/AzDevOps_azpcontainer/.local/bin
echo $PATH
whereis ninja
which ninja
displayName: 'Install DeepSpeed'
- script: |
@ -81,16 +76,16 @@ jobs:
ls -l legacy/checkpoints/
displayName: 'Get legacy checkpoints'
- bash: |
export PATH=$PATH:/home/AzDevOps_azpcontainer/.local/bin
which ninja
sh tests/special_tests.sh
displayName: 'Testing: special'
- script: |
python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
displayName: 'Testing: standard'
- bash: |
# Required for Ninja binary for building extensions, which is installed at this location
export PATH=$PATH:/home/AzDevOps_azpcontainer/.local/bin
sh tests/special_tests.sh
displayName: 'Testing: special'
- bash: |
python -m coverage report
python -m coverage xml