Skip to content

Commit cc2bf6a

Browse files
committed
Fix TorchVision tests caused by file renaming
1 parent 03e8e9e commit cc2bf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/domain_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: vision
5757

5858
- name: Run torchvision builtin datasets tests
59-
run: pytest --no-header -v vision/test/test_prototype_builtin_datasets.py
59+
run: pytest --no-header -v vision/test/test_prototype_datasets_builtin.py
6060

6161
torchtext:
6262
if: ${{ github.repository_owner == 'pytorch' }}

0 commit comments

Comments
 (0)