Skip to content

Commit

Permalink
update pex version
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Oct 18, 2023
1 parent fafde67 commit bcdbcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def build_executable_windows(session):
def build_pex(session):
"""Builds a pex of gdbgui"""
# NOTE: frontend must be built before running this
session.install("pex==2.1.93")
session.install("pex")
pex_path = Path("build/executable/gdbgui.pex")
session.run(
"pex",
Expand Down

0 comments on commit bcdbcdd

Please sign in to comment.