From bad09a29453860db8afbc0b6dc0e2d490cc166da Mon Sep 17 00:00:00 2001 From: Amnon Catav Date: Tue, 3 Oct 2023 15:34:54 +0300 Subject: [PATCH] add CI to tests over all OS --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e8b20abb..595c7127 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -31,11 +31,12 @@ jobs: run-tests: name: Run tests - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} needs: run-linters strategy: matrix: python-version: [3.9, '3.10', 3.11] + os: [macos-latest, windows-latest, ubuntu-latest] pinecone-plan: ["paid", "starter"] steps: