Skip to content

Commit

Permalink
- don't run py27-zserver on Windows, it fails because of a ZServer te…
Browse files Browse the repository at this point in the history
…st issue
  • Loading branch information
dataflake committed Jun 8, 2021
1 parent cfe41b5 commit 2d0506a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- { os: windows, config: ["3.8", "lint"] }
- { os: windows, config: ["3.8", "docs"] }
- { os: windows, config: ["3.8", "coverage"] }
- { os: windows, config: ["2.7", "py27-zserver"] }

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

0 comments on commit 2d0506a

Please sign in to comment.