Update pythonpackage.yml

This commit is contained in:
Jakub Roztocil 2019-09-10 12:46:34 +02:00 committed by GitHub
parent 3909a436a9
commit 3ec5c4a643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,12 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [2.7, 3.5, 3.6, 3.7] os: [macOS-latest, windows-latest, ubuntu-latest]
python-version: [3.6, 3.7]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1