Skip to content

Commit

Permalink
pin setuptools in ci for python >= 3.12 (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 authored Jul 19, 2024
1 parent 7abb99f commit 79681b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/install-dev-deps
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def run(command):
if __name__ == "__main__":
with cd(REPO_ROOT):
if sys.version_info[:2] >= (3, 12):
run("pip install setuptools")
run("pip install setuptools==67.8.0")

run("pip install -r requirements-dev-lock.txt")

0 comments on commit 79681b9

Please sign in to comment.