Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2023
1 parent 85398e2 commit ce41fc3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ def get_version(filename):
_paths_to_try.append(rd)

if "CONDA_PREFIX" in os.environ:
_paths_to_try.append(os.path.join(
os.environ["CONDA_PREFIX"],
"include",
"rockstar-galaxies"
))
_paths_to_try.append(
os.path.join(os.environ["CONDA_PREFIX"], "include", "rockstar-galaxies")
)

for rd in _paths_to_try:
if not os.path.exists(rd):
Expand Down

0 comments on commit ce41fc3

Please sign in to comment.