Skip to content

Commit

Permalink
- don't run lint/coverage/docs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 14, 2021
1 parent cedbca5 commit 6eb2228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- ["3.8", "docs"]
- ["3.8", "coverage"]
exclude:
- { os: windows, config: ["3.9", "lint"] }
- { os: windows, config: ["3.9", "docs"] }
- { os: windows, config: ["3.9", "coverage"] }
- { os: windows, config: ["3.8", "lint"] }
- { os: windows, config: ["3.8", "docs"] }
- { os: windows, config: ["3.8", "coverage"] }

runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}-${{ matrix.config[1] }}
Expand Down

1 comment on commit 6eb2228

@icemac
Copy link
Member

@icemac icemac commented on 6eb2228 Oct 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug in config/meta, I am fixing this in zopefoundation/meta#125

Please sign in to comment.