Skip to content

Commit

Permalink
Update build.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Balinus authored Sep 13, 2024
1 parent d9c0484 commit d2c5375
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps/build.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Pkg
using PyCall
# using Pkg
# using PyCall

if lowercase(get(ENV, "CI", "false")) == "true"
# if lowercase(get(ENV, "CI", "false")) == "true"

ENV["PYTHON"] = ""
Pkg.build("PyCall")
# ENV["PYTHON"] = ""
# Pkg.build("PyCall")

end
# end

0 comments on commit d2c5375

Please sign in to comment.