Skip to content

Commit

Permalink
fix requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Sep 11, 2024
1 parent 1415bdd commit f339f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ jobs:
name: Install Dependencies
command: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
pip install python-dotenv
pip install pytest
pip install tiktoken
pip install aiohttp
pip install openai
pip install click
pip install "boto3==1.34.34"
pip install jinja2
Expand Down

0 comments on commit f339f96

Please sign in to comment.