Update main.yml

This commit is contained in:
timrid 2021-01-02 18:46:07 +01:00 committed by GitHub
parent 338eb21f0d
commit 13b2c280ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,14 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest']
python-version: [ '3.6', '3.7', '3.8', 'pypy3' ]
name: Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
name: OS ${{ matrix.os }}, Python ${{ matrix.python-version }}
steps:
# Checks out a copy of your repository on the machine