From cb8b251baf8c80bb339e4eb627848cdf657306b7 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 8 May 2021 18:29:45 -0700 Subject: [PATCH] Put back matrix for os --- .github/workflows/python-package.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6087a65..0103d1b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -55,6 +55,9 @@ jobs: needs: test if: github.event_name == 'push' runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ macos-latest, windows-latest, ubuntu-latest ] steps: - uses: actions/checkout@v2