JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.46k stars 187 forks source link

Fix file path for file generated during the build process #955

Open samuela opened 2 years ago

samuela commented 2 years ago

The built file is now Pkg.dir("PyCall","deps","deps.jl") as discovered in the investigation of https://github.com/JuliaPy/PyCall.jl/issues/952.

AtilaSaraiva commented 2 years ago

Hey folks! Why is this PR not being reviewed?