@@ -28,29 +28,29 @@ subprojects:
2828 - " .github/workflows/ci-pytorch*.yml"
2929 - " .github/workflows/docs-*.yml"
3030 checks :
31- - " conda (3.8, 1.10)"
32- - " conda (3.8, 1.9)"
33- - " conda (3.9, 1.11)"
34- - " conda (3.9, 1.12)"
35- - " cpu (macOS-11, 3.10, latest, stable)"
36- - " cpu (macOS-11, 3.7, latest, stable)"
37- - " cpu (macOS-11, 3.7, oldest, stable)"
38- - " cpu (ubuntu-20.04, 3.10, latest, stable)"
39- - " cpu (ubuntu-20.04, 3.7, latest, stable)"
40- - " cpu (ubuntu-20.04, 3.7, oldest, stable)"
41- - " cpu (windows-2022, 3.10, latest, stable)"
42- - " cpu (windows-2022, 3.7, latest, stable)"
43- - " cpu (windows-2022, 3.7, oldest, stable)"
44- - " doctest (pytorch)"
45- - " make-docs (pytorch)"
31+ - " pl- conda (3.8, 1.10)"
32+ - " pl- conda (3.8, 1.9)"
33+ - " pl- conda (3.9, 1.11)"
34+ - " pl- conda (3.9, 1.12)"
35+ - " pl- cpu (macOS-11, 3.10, latest, stable)"
36+ - " pl- cpu (macOS-11, 3.7, latest, stable)"
37+ - " pl- cpu (macOS-11, 3.7, oldest, stable)"
38+ - " pl- cpu (ubuntu-20.04, 3.10, latest, stable)"
39+ - " pl- cpu (ubuntu-20.04, 3.7, latest, stable)"
40+ - " pl- cpu (ubuntu-20.04, 3.7, oldest, stable)"
41+ - " pl- cpu (windows-2022, 3.10, latest, stable)"
42+ - " pl- cpu (windows-2022, 3.7, latest, stable)"
43+ - " pl- cpu (windows-2022, 3.7, oldest, stable)"
44+ - " make- doctest (pytorch)"
45+ - " make-html (pytorch)"
4646 - " mypy"
4747 - " PR Gatekeeper (pytorch)"
4848 - " pytorch-lightning (GPUs)"
4949 - " pytorch-lightning (HPUs)"
5050 - " pytorch-lightning (IPUs)"
51- - " slow (macOS-11, 3.7, 1.11)"
52- - " slow (ubuntu-20.04, 3.7, 1.11)"
53- - " slow (windows-2022, 3.7, 1.11)"
51+ - " pl- slow (macOS-11, 3.7, 1.11)"
52+ - " pl- slow (ubuntu-20.04, 3.7, 1.11)"
53+ - " pl- slow (windows-2022, 3.7, 1.11)"
5454 - " test-on-tpus"
5555
5656 - id : " pytorch_lightning: Azure GPU"
@@ -79,8 +79,8 @@ subprojects:
7979 - " requirements/docs.txt"
8080 - " requirements/pytorch/**"
8181 checks :
82- - " doctest (pytorch)"
83- - " make-docs (pytorch)"
82+ - " make- doctest (pytorch)"
83+ - " make-html (pytorch)"
8484
8585 - id : " pytorch_lightning: Docker"
8686 paths :
@@ -159,8 +159,8 @@ subprojects:
159159 - " requirements/docs.txt"
160160 - " requirements/app/**"
161161 checks :
162- - " doctest (app)"
163- - " make-docs (app)"
162+ - " make- doctest (app)"
163+ - " make-html (app)"
164164
165165 - id : " install"
166166 paths :
0 commit comments