Skip to content

Commit

Permalink
(ci) unit-test add correct version of efficientnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Mar 25, 2024
1 parent 3791cd6 commit 7c18864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.11.0
pip install tensorflow==2.11.0 efficientnet==1.1.0
pip install -e .
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion tests/test_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import tempfile
import unittest

# import efficientnet.keras as efn
import efficientnet.keras as efn
import requests

from predictor import predict
Expand Down

0 comments on commit 7c18864

Please sign in to comment.