diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index dc74bb8320..6eafef972d 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: |