Skip to content

Commit

Permalink
Install native deps on rtd (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Hennenfent committed Jun 4, 2019
1 parent b20b019 commit 05890c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
def rtd_dependent_deps():
# RTD tries to build z3, ooms, and fails to build.
if on_rtd:
return []
return native_deps
else:
return ["z3-solver"]

Expand Down

0 comments on commit 05890c1

Please sign in to comment.