Skip to content

Commit 3fbd9e2

Browse files
committed
sh issue?
1 parent 125bfa5 commit 3fbd9e2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Run pytest with coverage
3838
pytest -n auto --cov=./ --cov-report=xml
3939
# Run gtest
40-
sh test/run_oss_cpp_tests.sh
40+
test/run_oss_cpp_tests.sh
4141
4242
macos:
4343
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main

test/run_oss_cpp_tests.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)