Skip to content

Commit

Permalink
try Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 19, 2021
1 parent 4e9b453 commit 675e95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ jobs:
python -m pytest benchmarks -v --maxfail=2 --durations=0
displayName: 'Testing: benchmarks'
- bash: |
- script: |
python -m pytest pl_examples -v --maxfail=2 --durations=0
python setup.py install --user --quiet
bash pl_examples/run_ddp-example.sh
cd pl_examples/basic_examples
bash submit_ddp_job.sh
bash submit_ddp2_job.sh
pip uninstall -y pytorch-lightning
# pip uninstall -y pytorch-lightning
displayName: 'Examples'

0 comments on commit 675e95a

Please sign in to comment.