Update build.yml

This commit is contained in:
Ines Montani 2019-09-29 14:48:21 +02:00 committed by GitHub
parent a5c0130b50
commit d32fb03401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7]
runs-on: ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1