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 c6a1d20 commit 487062dCopy full SHA for 487062d
deps/build_local.jl
@@ -55,4 +55,4 @@ set_preferences!(
55
56
# Copy the preferences to `test/` as well to work around Pkg.jl#2500
57
cp(joinpath(dirname(@__DIR__), "LocalPreferences.toml"),
58
- joinpath(dirname(@__DIR__), "test", "LocalPreferences.toml"))
+ joinpath(dirname(@__DIR__), "test", "LocalPreferences.toml"); force=true)
0 commit comments