Skip to content

Commit f81d9ad

Browse files
committed
disable safety, as it now requires an account
1 parent 0b5fcc0 commit f81d9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- { python: "3.13", os: "ubuntu-latest", session: "pre-commit" }
1717

18-
- { python: "3.11", os: "ubuntu-latest", session: "safety" }
18+
# - { python: "3.11", os: "ubuntu-latest", session: "safety" }
1919

2020
- { python: "3.13", os: "ubuntu-latest", session: "tests" }
2121
- { python: "3.13", os: "windows-latest", session: "tests" }

0 commit comments

Comments
 (0)