Skip to content

Commit 67cab1f

Browse files
committed
Avoid backslash escape to support Powershell 5.1 and 7.5
1 parent b85e15b commit 67cab1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/configure-test-env.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ try {$null = gcm julia -ea stop; $julia=$true } catch {
3333
If ($julia) {
3434
# TODO: Check to do equivalent of virtualenv
3535
Write-Host "Setting up Julia environment"
36-
uv run --frozen julia --color=yes --project=. -e 'import Pkg; Pkg.instantiate(); Pkg.build(\"IJulia\"); Pkg.precompile()'
36+
uv run --frozen julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.build("""IJulia"""); Pkg.precompile()"
3737
}
3838

3939
# Check TinyTeX

0 commit comments

Comments
 (0)