Skip to content

Commit 998fd5c

Browse files
CI (Windows): install libtorch (fix missprint)
1 parent 81e4447 commit 998fd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/appveyor_win_install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set PATH=C:\externals\ninja;%PATH%
2020
ninja --version
2121

2222
appveyor DownloadFile https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-debug-1.9.0%2Bcpu.zip libtorch.zip
23-
7z x libtorch.zip -oC:\external\libtorch > nul
23+
7z x libtorch.zip -oC:\externals\libtorch > nul
2424

2525
rem #ps: (new-object net.webclient).DownloadFile('http://www.nltk.org/nltk_data/packages/corpora/dependency_treebank.zip', 'c:\dependency_treebank.zip')
2626
mkdir c:\dependency_treebank

0 commit comments

Comments
 (0)