We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfda36 commit 82a9b47Copy full SHA for 82a9b47
test/python/runtests.jl
@@ -27,4 +27,4 @@ using PythonCall
27
end
28
29
# cleaning
30
-run(`rm ../CondaPkg.toml`)
+run(`rm $(joinpath(@__DIR__, "..", "..", "CondaPkg.toml"))`)
0 commit comments