Skip to content

Commit

Permalink
separate requirements_test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjingping committed Nov 1, 2024
1 parent 30215a2 commit 748ef1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install pip dependencies
run: |
pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install pytest
- name: Download spaCy model
run: python -m spacy download en_core_web_sm
Expand Down
11 changes: 11 additions & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
func_timeout
pandas
numpy
openai
sentence_transformers
spacy
sqlalchemy
sqlglot
sqlite3
torch
tqdm

0 comments on commit 748ef1e

Please sign in to comment.