Skip to content

Commit

Permalink
Try to add a Windows CI build for Py2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Dec 13, 2022
1 parent 0b0b2b9 commit 2c2308e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -53,6 +53,10 @@ jobs:
env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }]

include:
- os: windows-2016
python-version: 2.7
env: { STATIC_DEPS: true } # always static

- os: ubuntu-latest
python-version: "3.9"
env: {STATIC_DEPS: true, WITH_REFNANNY: true}
Expand Down Expand Up @@ -109,6 +113,8 @@ jobs:

# Windows sub-jobs
# ==============
- os: windows-2019
python-version: 2.7 # needs older image
- os: windows-2019
env: { STATIC_DEPS: false } # always static

Expand Down

0 comments on commit 2c2308e

Please sign in to comment.