Skip to content

Commit 82a9b47

Browse files
committed
fix path
1 parent bcfda36 commit 82a9b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/python/runtests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ using PythonCall
2727
end
2828

2929
# cleaning
30-
run(`rm ../CondaPkg.toml`)
30+
run(`rm $(joinpath(@__DIR__, "..", "..", "CondaPkg.toml"))`)

0 commit comments

Comments
 (0)