We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3434543 commit ee450c2Copy full SHA for ee450c2
.ci/scripts/setup-windows.ps1
@@ -15,7 +15,7 @@ pip install -r .ci/docker/requirements-ci.txt
15
16
# Create a symlink to work around path length issues when building submodules (tokenizers).
17
Push-Location
18
-New-Item -ItemType SymbolicLink -Path "C:\_et" -Target "$CWD"
+New-Item -ItemType SymbolicLink -Path "C:\_et" -Target "$($pwd.Path)"
19
cd C:\_et
20
21
if ($editable -eq 'true') {
0 commit comments