Skip to content

Commit ee450c2

Browse files
authored
Fix powershell symlink script
1 parent 3434543 commit ee450c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install -r .ci/docker/requirements-ci.txt
1515

1616
# Create a symlink to work around path length issues when building submodules (tokenizers).
1717
Push-Location
18-
New-Item -ItemType SymbolicLink -Path "C:\_et" -Target "$CWD"
18+
New-Item -ItemType SymbolicLink -Path "C:\_et" -Target "$($pwd.Path)"
1919
cd C:\_et
2020

2121
if ($editable -eq 'true') {

0 commit comments

Comments
 (0)