Skip to content

Commit

Permalink
fix: update reqs and tester workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaphoenix committed Dec 17, 2024
1 parent 49be4a2 commit ea21eef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pandas tqdm
pip install pytest pandas tqdm IPython
pip install -e .
pip install -r requirements.txt
- name: Running Tests
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ gspread==5.10.0
gspread_dataframe
numpy
requests
pylint==2.8.3
pytest==6.0.2
pytest-cov==2.11.1
pytest-xdist==2.1.0
pyyaml
rouge-score
torch
Expand Down

0 comments on commit ea21eef

Please sign in to comment.