fix requirements.txt

This commit is contained in:
Ishaan Jaff 2024-09-11 13:35:37 -07:00
parent 1415bdd6fa
commit f339f9614a

View file

@ -161,11 +161,11 @@ jobs:
name: Install Dependencies name: Install Dependencies
command: | command: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install -r requirements.txt
pip install python-dotenv pip install python-dotenv
pip install pytest pip install pytest
pip install tiktoken pip install tiktoken
pip install aiohttp pip install aiohttp
pip install openai
pip install click pip install click
pip install "boto3==1.34.34" pip install "boto3==1.34.34"
pip install jinja2 pip install jinja2