Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 22, 2022
1 parent 01a5b70 commit 8d9d0a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .azure/app-cloud-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,13 @@ jobs:
# TODO: we are testing it as `lightning`, so add also version for `lightning_app`
- bash: |
pip install -e .[ui,components,test] \
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
pip install -e . \
-r requirements/app/test.txt \
-f https://download.pytorch.org/whl/cpu/torch_stable.html
displayName: 'Install Lightning & dependencies'
- bash: |
python -m pip install playwright
pip install playwright
python -m playwright install # --with-deps
displayName: 'Install Playwright system dependencies'
Expand Down Expand Up @@ -164,7 +165,7 @@ jobs:
mkdir -p ${VIDEO_LOCATION}
ls -l examples/${TEST_APP_NAME}
ls -l tests/tests_examples_app/public
python -m pytest tests/tests_examples_app/${TEST_APP_FOLDER}/test_${TEST_APP_NAME}.py::test_${TEST_APP_NAME}_example_cloud \
pytest tests/tests_examples_app/${TEST_APP_FOLDER}/test_${TEST_APP_NAME}.py::test_${TEST_APP_NAME}_example_cloud \
--timeout=540 --capture=no -v --color=yes
env:
HEADLESS: '1'
Expand Down
1 change: 1 addition & 0 deletions .azure/gpu-tests-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- bash: python -m coverage run --source lightning_lite -m pytest --ignore benchmarks -v --junitxml=$(Build.StagingDirectory)/test-results.xml --durations=50
env:
PL_RUN_CUDA_TESTS: "1"
CUDA_LAUNCH_BLOCKING: "1"
workingDirectory: tests/tests_lite
displayName: 'Testing: Lite standard'
timeoutInMinutes: "10"
Expand Down

0 comments on commit 8d9d0a7

Please sign in to comment.