Skip to content

Commit

Permalink
Test experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Nov 4, 2023
1 parent b61f3f0 commit b695797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
units-no-grpc:
name: Run tests
name: Run tests (REST)
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Poetry
uses: ./.github/actions/setup-poetry
with:
include_grpc: true
include_grpc: false

- name: Run unit tests (GRPC)
run: poetry run pytest --cov=pinecone --timeout=120 tests/unit_grpc
Expand Down

0 comments on commit b695797

Please sign in to comment.