Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Oct 30, 2023
1 parent 11a5232 commit 97b3785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/build-install-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Requirements needed to run install_debugpy.py and download_get_pip.py
packaging
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import shutil


@nox.session(python=["3.8"])
@nox.session()
def install_python_libs(session: nox.Session):
requirements = [
("./pythonFiles/lib/python", "./requirements.txt"),
Expand Down

0 comments on commit 97b3785

Please sign in to comment.