From 51242e2a325f809ee3ea0f938158803911e32b57 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Tue, 21 Jan 2025 21:22:23 -0500 Subject: [PATCH] ci: pin codespell (#3140) --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index dc74bb832..6eafef972 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -21,7 +21,7 @@ - name: Install Dependencies run: | - pip install toml codespell jupytext + pip install toml codespell==2.3.0 jupytext - name: Extract Ignore Words List run: |