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 b85e15b commit 67cab1fCopy full SHA for 67cab1f
tests/configure-test-env.ps1
@@ -33,7 +33,7 @@ try {$null = gcm julia -ea stop; $julia=$true } catch {
33
If ($julia) {
34
# TODO: Check to do equivalent of virtualenv
35
Write-Host "Setting up Julia environment"
36
- uv run --frozen julia --color=yes --project=. -e 'import Pkg; Pkg.instantiate(); Pkg.build(\"IJulia\"); Pkg.precompile()'
+ uv run --frozen julia --color=yes --project=. -e "import Pkg; Pkg.instantiate(); Pkg.build("""IJulia"""); Pkg.precompile()"
37
}
38
39
# Check TinyTeX
0 commit comments