diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 9db5149..2b311ad 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -26,8 +26,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Codespell with annotations - uses: codespell-project/actions-codespell@v1.0 + #- name: Codespell with annotations + # uses: codespell-project/actions-codespell@v1.0 - name: Install Conda Environment