Skip to content

Commit

Permalink
Update docker windows tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfloch committed Nov 1, 2019
1 parent e3b984f commit f7dabea
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/windows-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,17 @@ on:
- '.github/workflows/windows-docker-image.yaml'

jobs:

# ----------------------------------------------------------------------------
# Create base image if necessary
#
base:
runs-on: windows-2019

steps:

# ----------------------------------------------------------------------------
# Create python images
#
python:
main:
runs-on: windows-2019
needs: base

strategy:
matrix:
# Needs to match python version of images (see windows-docker-image.yaml)
python-version:
- '2.7.11'
- '2.7.17'
- '3.6.8'
- '3.7.8'
- '3.7.5'
fail-fast: false

steps:
Expand Down

0 comments on commit f7dabea

Please sign in to comment.