Skip to content

Commit

Permalink
pin setuptools in ci for python >= 3.12 (#4208)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan343 authored Jul 19, 2024
1 parent 0221eea commit d118f86
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,5 +27,5 @@ 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 d118f86

Please sign in to comment.