Skip to content

Commit 1831dfd

Browse files
authored
Merge pull request #12244 from yhkee0404/test-env-julia-windows
Fix test environment configuration of Julia on Windows
2 parents af454e8 + 96fdc1b commit 1831dfd

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)