From: Daniel Feldroy Date: Mon, 21 Sep 2020 17:23:00 +0000 (-0700) Subject: Add in the Python and OS matrix X-Git-Tag: 1.5.2~15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94ddab84ff55355c79a1e16354834c3f5783ad86;p=cached-property.git Add in the Python and OS matrix --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5f9c4c1..4d42aae 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -6,15 +6,19 @@ name: Python package on: push: branches: [ master ] + paths-ignore: + - '**.md' pull_request: branches: [ master ] + paths-ignore: + - '**.md' jobs: - build: - - runs-on: ubuntu-latest + run: + runs-on: ${{ matrix.operating-system }} strategy: matrix: + operating-system: [ubuntu-latest, windows-latest] python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: