Update main.yml
This commit is contained in:
parent
338eb21f0d
commit
13b2c280ea
1 changed files with 3 additions and 2 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue