Skip to content

Commit a7519cc

Browse files
authored
Merge pull request #264 from FullStackWithLawrence/next
fix up python unit test checks
2 parents f46b316 + f98c71e commit a7519cc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/actions/tests/python/action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ runs:
5959
exit 1
6060
fi
6161
62-
- name: Check for pinecone-client in requirements
63-
shell: bash
64-
run: |
65-
if ! grep -q "pinecone-client" ./requirements.txt; then
66-
echo "pinecone-client not found in requirements.txt" >&2
67-
exit 1
68-
fi
69-
7062
- name: Cache Python dependencies
7163
uses: actions/cache@v3
7264
with:

0 commit comments

Comments
 (0)