Enable unittest jobs for windows#604
Conversation
26ee217 to
4a200dd
Compare
2aa6eb8 to
dcaf8cb
Compare
dcaf8cb to
b0594a5
Compare
8559457 to
762592a
Compare
762592a to
5f561b5
Compare
| - kaldi-io #[win] | ||
| - PySoundFile #[win] | ||
| - librosa #[win] | ||
| - future #[win] |
There was a problem hiding this comment.
Well, I don't know exactly why this line is needed. But without it, an error will be thrown. Maybe it's an intermittent error at the CircleCI side.
Processing dependencies for torchaudio==0.6.0a0+b7648ac
Searching for future
Reading https://pypi.org/simple/future/
Downloading https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz#sha256=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d
error: Download error for https://files.pythonhosted.org/packages/45/0b/38b06fd9b92dc2b68d58b75f900e97884c45bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz#sha256=b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)
|
@peterjc123 Could we completely separate windows and linux unites scripts? I can move the current scripts from |
|
@mthrok okay, I'll make the change if you move the existing script to that place. |
|
The unit test scripts for linux are designed to work together with the underlying Docker image. This new Windows unit test does not follow the same structure, so it's better to separate Windows scripts and linux scripts for a long term maintainability. |
|
I'll do it a.s.a.p |
|
@peterjc123 #605 I moved all the linux unit test tools to |
|
@mthrok approved and will do that. |
sounds good! nit: the PR is still marked both as draft and |
Codecov Report
@@ Coverage Diff @@
## master #604 +/- ##
==========================================
+ Coverage 88.81% 88.99% +0.17%
==========================================
Files 21 21
Lines 2254 2254
==========================================
+ Hits 2002 2006 +4
+ Misses 252 248 -4
Continue to review full report at Codecov.
|
|
@vincentqb Marked as ready in both ways. |
vincentqb
left a comment
There was a problem hiding this comment.
Since windows with python 3.6 and 3.7 pass, I assume 3.8 is flaky. I'll go ahead approve and merge. If this persists, we'll disable 3.8.
LGTM, thanks!
|
@peterjc123 -- do you want to also enable nightlies for windows? |
|
@vincentqb Will do that later. |
Update index.rst - Adds torchscript to left nav
No description provided.