Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKra1 authored Nov 27, 2023
1 parent fb7b040 commit 43d05ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
if os.getenv('CI') is not None:
print("CI")
eigen_path = pathlib.Path(__file__).resolve().parent / "eigen/Eigen"
eigen_path = eigen_path.name
print(eigen_path)

if eigen_path is None:
eigen_path = "usr/local/" + "/include/eigen3"
Expand Down

0 comments on commit 43d05ab

Please sign in to comment.