From 727129a1bc5f8ce0c9e8a55c40c5871d065294f4 Mon Sep 17 00:00:00 2001 From: Logan Adams Date: Wed, 6 Nov 2024 09:00:28 -0800 Subject: [PATCH] Update setuptools and yapf version --- .github/workflows/no-torch.yml | 1 + .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/no-torch.yml b/.github/workflows/no-torch.yml index c7b77dcf7d00..1a13c0f3f4f1 100644 --- a/.github/workflows/no-torch.yml +++ b/.github/workflows/no-torch.yml @@ -30,6 +30,7 @@ jobs: - name: Python environment run: | pip uninstall torch --yes + pip install setuptools pip list - name: Build deepspeed diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b89c872eefe5..e249411e4868 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/google/yapf - rev: v0.32.0 + rev: v0.40.0 hooks: - id: yapf