Skip to content

Commit

Permalink
reproduce #65
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Nov 30, 2020
1 parent 67b02ff commit 325f66c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 325f66c

Please sign in to comment.