Skip to content

Commit

Permalink
adapt to new strucure
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 6, 2023
1 parent bbf5d6c commit 31c1e43
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow comes from https://github.com/ofek/hatch-mypyc
# https://github.com/ofek/hatch-mypyc/blob/5a198c0ba8660494d02716cfc9d79ce4adfb1442/.github/workflows/test.yml
name: Test / Document Stores / pinecone
name: Test / pinecone

on:
schedule:
- cron: "0 0 * * *"
pull_request:
paths:
- "document_stores/pinecone/**"
- "integrations/pinecone/**"
- ".github/workflows/pinecone.yml"

concurrency:
group: document_stores_pinecone-${{ github.head_ref }}
group: pinecone-${{ github.head_ref }}
cancel-in-progress: true

env:
Expand Down Expand Up @@ -40,10 +40,10 @@ jobs:
run: pip install --upgrade hatch

- name: Lint
working-directory: document_stores/pinecone
working-directory: pinecone
if: matrix.python-version == '3.9'
run: hatch run lint:all

- name: Run tests
working-directory: document_stores/pinecone
working-directory: pinecone
run: hatch run cov
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 31c1e43

Please sign in to comment.