Skip to content

Commit 96fdc1b

Browse files
committed
Fix double quotes to single quotes
1 parent 67cab1f commit 96fdc1b

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)