Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
add CI to tests over all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
acatav committed Oct 3, 2023
1 parent 7604068 commit bad09a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bad09a2

Please sign in to comment.