Skip to content

Commit

Permalink
Test1
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshMishra-Microsoft committed Dec 13, 2024
1 parent fa7f626 commit 5fedce9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install black isort flake8 pylint
python -m pip install -r ClientAdvisor/App/requirements.txt
python -m pip install -r ResearchAssistant/App/requirements.txt
python -m pip install -r ClientAdvisor/App/requirements-dev.txt
python -m pip install -r ResearchAssistant/App/requirements-dev.txt
- name: Format with isort
run: |
Expand Down
6 changes: 3 additions & 3 deletions ClientAdvisor/App/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ httpx==0.28.0
flake8==7.1.1
black==24.8.0
autoflake==2.3.1
isort==5.13.2pytest-asyncio==0.24.0
pytest-cov==5.0.0
isort==5.13.2
pre-commit
pytest-asyncio==0.24.0
pytest-cov==5.0.0
isort==5.13.2
10 changes: 5 additions & 5 deletions ResearchAssistant/App/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt
azure-identity==1.15.0
openai==1.55.3
azure-identity==1.14.0
openai==1.6.1
azure-search-documents==11.4.0b6
azure-storage-blob==12.17.0
python-dotenv==1.0.0
Expand All @@ -15,7 +15,7 @@ httpx==0.28.0
flake8==7.1.1
black==24.8.0
autoflake==2.3.1
isort==5.13.2pytest-asyncio==0.24.0
pytest-cov==5.0.0
isort==5.13.2
pre-commit
pytest-asyncio==0.24.0
pytest-cov==5.0.0
isort==5.13.2

0 comments on commit 5fedce9

Please sign in to comment.