Skip to content

Commit

Permalink
Merge pull request #1377 from jhlegarreta/FixRuffStepPythonVersionWar…
Browse files Browse the repository at this point in the history
…ning

ENH: Remove additional `setup-python` action in GHA workflow file
  • Loading branch information
oesteban authored Jan 20, 2025
2 parents 61afec8 + 44dc9a2 commit 35d2055
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- run: pipx run ruff format --diff

codespell:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ skip = """
[tool.ruff]
exclude = [".maint/update_authors.py"]
line-length = 99
target-version = "py310"

[tool.ruff.lint]
extend-select = [
Expand Down

0 comments on commit 35d2055

Please sign in to comment.