update group-check (#17719)
This commit is contained in:
parent
51b0e81105
commit
cf14d624ae
|
@ -71,8 +71,13 @@ subprojects:
|
|||
- id: "pytorch_lightning: Benchmarks"
|
||||
paths:
|
||||
- ".azure/gpu-benchmarks.yml"
|
||||
- "tests/tests_pytorch/benchmarks/**"
|
||||
- "requirements/fabric/**"
|
||||
- "requirements/pytorch/**"
|
||||
- "src/lightning/fabric/**"
|
||||
- "src/lightning/pytorch/**"
|
||||
- "tests/parity_fabric/**"
|
||||
- "tests/parity_pytorch/**"
|
||||
- "!requirements/fabric/docs.txt"
|
||||
- "!requirements/pytorch/docs.txt"
|
||||
- "!*.md"
|
||||
- "!**/*.md"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# THIS FILE ASSUMES IT IS RUN INSIDE THE tests/tests_fabric DIRECTORY
|
||||
# THIS FILE ASSUMES IT IS RUN INSIDE THE tests/parity_fabric DIRECTORY
|
||||
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
|
||||
export PYTHONPATH="${PYTHONPATH}:$(pwd)/.."
|
||||
|
||||
|
|
Loading…
Reference in New Issue