Skip to content

Commit

Permalink
fixed testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Martlgap committed Sep 15, 2024
1 parent c49e5a1 commit 3f13d5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand All @@ -39,6 +37,7 @@ jobs:
python -m pip install --upgrade pip
pip install --requirement requirements.txt --upgrade --quiet
pip install --requirement tests/requirements.txt --quiet
pip install tflite-runtime --find-links https://google-coral.github.io/py-repo/tflite-runtime/ --quiet
python --version
pip --version
pip list
Expand Down
1 change: 0 additions & 1 deletion facealignment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.


from .tools import *
from .helper import *
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
setuptools==74.1.2
numpy==2.1.1
numpy==1.24.4
opencv-python~=4.10.0.84
tqdm~=4.66.5
scikit-image
tflite-runtime
scikit-image==0.24.0
Empty file added tests/__init__.py
Empty file.

0 comments on commit 3f13d5d

Please sign in to comment.