Skip to content

Commit

Permalink
(fix) google pip install pyarrow dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Mar 28, 2024
1 parent 73db5b4 commit 0c69c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
pip install mypy
pip install "google-generativeai==0.3.2"
pip install "google-cloud-aiplatform==1.43.0"
pip install pyarrow
pip install "boto3>=1.28.57"
pip install "aioboto3>=12.3.0"
pip install langchain
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:
pip install mypy
pip install "google-generativeai==0.3.2"
pip install "google-cloud-aiplatform==1.43.0"
pip install pyarrow
pip install "boto3>=1.28.57"
pip install "aioboto3>=12.3.0"
pip install langchain
Expand Down

0 comments on commit 0c69c05

Please sign in to comment.