Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Jan 27, 2025
1 parent 606c981 commit 5b2ee93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
include:
- { python: "3.12", os: "ubuntu-latest", session: "pre-commit" }
- { python: "3.12", os: "ubuntu-latest", session: "safety" }
- { python: "3.12", os: "ubuntu-latest", session: "mypy" }
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
- { python: "3.12", os: "ubuntu-latest", session: "typeguard" }
Expand All @@ -22,14 +21,12 @@ jobs:
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.12", os: "windows-latest", session: "pre-commit" }
- { python: "3.12", os: "windows-latest", session: "safety" }
- { python: "3.12", os: "windows-latest", session: "mypy" }
- { python: "3.12", os: "windows-latest", session: "tests" }
- { python: "3.12", os: "windows-latest", session: "typeguard" }
- { python: "3.12", os: "windows-latest", session: "xdoctest" }
- { python: "3.12", os: "windows-latest", session: "docs-build" }
- { python: "3.12", os: "macos-latest", session: "pre-commit" }
- { python: "3.12", os: "macos-latest", session: "safety" }
- { python: "3.12", os: "macos-latest", session: "mypy" }
- { python: "3.12", os: "macos-latest", session: "tests" }
- { python: "3.12", os: "macos-latest", session: "typeguard" }
Expand Down

0 comments on commit 5b2ee93

Please sign in to comment.