update group-check (#17719)

This commit is contained in:
Jirka Borovec 2023-05-30 02:23:36 +02:00 committed by GitHub
parent 51b0e81105
commit cf14d624ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -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)/.."