Skip to content

Commit

Permalink
ci(unittest): remove unnecessary installation files
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Mar 27, 2024
1 parent 3f6dff1 commit 311a8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tensorflow==2.12.0 efficientnet==1.1.1 tflite-runtime==2.14.0
pip install tensorflow==2.12.0 efficientnet==1.1.1
pip install -e .
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions API/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi==0.103.2
uvicorn==0.22.0
fairpredictor==0.0.34
tflite-runtime==2.14.0
fairpredictor
# tflite-runtime==2.14.0
tensorflow==2.12.0
efficientnet==1.1.1

0 comments on commit 311a8d7

Please sign in to comment.