We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8416be commit 8f13633Copy full SHA for 8f13633
dockers/tpu-tests/tpu_test_cases.jsonnet
@@ -37,6 +37,7 @@ local tputests = base.BaseTest {
37
export XRT_TPU_CONFIG="tpu_worker;0;${KUBE_GOOGLE_CLOUD_TPU_ENDPOINTS:7}"
38
export PL_RUN_TPU_TESTS=1
39
cd tests/tests_pytorch
40
+ set -e
41
coverage run --source=pytorch_lightning -m pytest -vv --durations=0 ./
42
echo "\n||| Running standalone tests |||\n"
43
bash run_standalone_tests.sh
src/pytorch_lightning/CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
-## [1.7.3] - 2022-08-23
+## [1.7.3] - 2022-08-25
8
9
### Fixed
10
0 commit comments