Skip to content

Commit

Permalink
Clean-up old versions of the built library
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Sep 14, 2023
1 parent cd6fc1f commit c7d35c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions development/cycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def main(with_docs, single_python_version, unit_coverage, skip_long, stop_after_
if unit_coverage:
os.environ["LINCS_DEV_COVERAGE"] = "true"

for file_name in glob.glob("liblincs.cpython-*-x86_64-linux-gnu.so"):
os.unlink(file_name)
for python_version in python_versions:
print_title(f"Building extension module in debug mode for Python {python_version}")
subprocess.run(
Expand Down

0 comments on commit c7d35c2

Please sign in to comment.