Skip to content

Commit

Permalink
Install, restore errounously removed wanted_packages additions
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc07 committed Dec 26, 2024
1 parent 5f55f13 commit b31c219
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/neptune/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ def install():
print("Aborting")
sys.exit(0)
functions.install_packages(functions.packages, "install")
for package in functions.arguments:
with open(f'{functions.lib_dir}/wanted_packages', 'a') as wanted_packages:
# you cannot upgrade base
wanted_packages.write(package + "\n")

0 comments on commit b31c219

Please sign in to comment.