reproduce #65
This commit is contained in:
parent
67b02ff967
commit
325f66c274
|
@ -10,9 +10,11 @@ on:
|
|||
jobs:
|
||||
test_python:
|
||||
name: linting and tests on Python ${{ matrix.python-version }}
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macos-latest]
|
||||
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue