Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
4dc06ceb
Unverified
Commit
4dc06ceb
authored
Sep 26, 2023
by
moto
Committed by
GitHub
Sep 26, 2023
Browse files
Disable Windows CPP test (#3613)
The test executable is not found. Need to investigate more later.
parent
71104e8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
.github/scripts/unittest-windows/install.sh
.github/scripts/unittest-windows/install.sh
+0
-1
.github/scripts/unittest-windows/run_test.sh
.github/scripts/unittest-windows/run_test.sh
+3
-10
No files found.
.github/scripts/unittest-windows/install.sh
View file @
4dc06ceb
...
@@ -47,7 +47,6 @@ printf "* Installing fsspec\n"
...
@@ -47,7 +47,6 @@ printf "* Installing fsspec\n"
pip
install
--trusted-host
pypi.org
--trusted-host
files.pythonhosted.org fsspec
pip
install
--trusted-host
pypi.org
--trusted-host
files.pythonhosted.org fsspec
printf
"* Installing torchaudio
\n
"
printf
"* Installing torchaudio
\n
"
export
BUILD_CPP_TEST
=
1
"
$root_dir
/packaging/vc_env_helper.bat"
python setup.py
install
"
$root_dir
/packaging/vc_env_helper.bat"
python setup.py
install
# 3. Install Test tools
# 3. Install Test tools
...
...
.github/scripts/unittest-windows/run_test.sh
View file @
4dc06ceb
...
@@ -11,13 +11,6 @@ source "$this_dir/set_cuda_envs.sh"
...
@@ -11,13 +11,6 @@ source "$this_dir/set_cuda_envs.sh"
python
-m
torch.utils.collect_env
python
-m
torch.utils.collect_env
env
|
grep
TORCHAUDIO
||
true
env
|
grep
TORCHAUDIO
||
true
(
cd test
cd
build/temp
*
/test/cpp
pytest
--cov
=
torchaudio
--junitxml
=
${
RUNNER_TEST_RESULTS_DIR
}
/junit.xml
-v
--durations
20 torchaudio_unittest
ctest
coverage html
)
(
cd test
pytest
--cov
=
torchaudio
--junitxml
=
${
RUNNER_TEST_RESULTS_DIR
}
/junit.xml
-v
--durations
20 torchaudio_unittest
coverage html
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment