Skip to content

Commit

Permalink
CI: exclude non-static Windows jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2022
1 parent fc53d6f commit 487a194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@ jobs:
- os: macos-latest
allowed_failure: true # Unicode parsing fails in Py3

exclude:
# Windows sub-jobs
# ==============
- os: windows-2019
env: [{ STATIC_DEPS: true }] # always static
env: { STATIC_DEPS: false } # always static

# This defaults to 360 minutes (6h) which is way too long and if a test gets stuck, it can block other pipelines.
# From testing, the runs tend to take ~3 minutes, so a limit of 20 minutes should be enough. This can always be
Expand Down

0 comments on commit 487a194

Please sign in to comment.