"...csrc/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "5e56575e688a85a3bc9dc3c97934dd864b65ce47"
Unverified Commit 4dc06ceb authored by moto's avatar moto Committed by GitHub
Browse files

Disable Windows CPP test (#3613)

The test executable is not found. Need to investigate more later.
parent 71104e8d
......@@ -47,7 +47,6 @@ printf "* Installing fsspec\n"
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org fsspec
printf "* Installing torchaudio\n"
export BUILD_CPP_TEST=1
"$root_dir/packaging/vc_env_helper.bat" python setup.py install
# 3. Install Test tools
......
......@@ -11,13 +11,6 @@ source "$this_dir/set_cuda_envs.sh"
python -m torch.utils.collect_env
env | grep TORCHAUDIO || true
(
cd build/temp*/test/cpp
ctest
)
(
cd test
pytest --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest
coverage html
)
cd test
pytest --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest
coverage html
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment