diff --git a/.github/workflows/codespell_and_ruff.yml b/.github/workflows/codespell_and_ruff.yml index 608025f..909409e 100644 --- a/.github/workflows/codespell_and_ruff.yml +++ b/.github/workflows/codespell_and_ruff.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: pip install --user codespell[toml] ruff + - run: pipx install codespell[toml] ruff - run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po" - - run: ruff check --output-format=github --target-version=py38 . + - run: ruff check --output-format=github --target-version=py39