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.
2 parents af454e8 + 96fdc1b commit 1831dfdCopy full SHA for 1831dfd
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