Skip to content

Commit

Permalink
ci: slither-doctor: disable Windows with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jan 4, 2023
1 parent d753879 commit b01ba03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-2022"]
python: ["3.8", "3.9", "3.10", "3.11"]
exclude:
# strange failure
- os: windows-2022
python: 3.8
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit b01ba03

Please sign in to comment.