Skip to content

Commit

Permalink
transformer: dependabot issue fix
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Dec 19, 2023
1 parent 1e23f04 commit d9680d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/transformer-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,9 @@ jobs:
unzip caffe-face-detector-opencv-pretrained-model.zip -d $GITHUB_WORKSPACE/transformers/face_detection/model/
pushd $GITHUB_WORKSPACE/transformers/tests
pytest -o log_cli=true --log-cli-level=INFO test_face_detection.py
export GIT_TEST="false"
make -B -C $GITHUB_WORKSPACE/transformers/keras_preprocess all
pytest -o log_cli=true --log-cli-level=INFO test_face_detection.py
popd
export GIT_TEST="false"
make -B -C $GITHUB_WORKSPACE/transformers/keras_preprocess all
env:
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }}
2 changes: 1 addition & 1 deletion transformers/face_detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ opencv-python
aiofiles
kaggle==1.5.16
webdataset==0.2.86
Pillow==10.0.0
Pillow>=10.0.1

0 comments on commit d9680d5

Please sign in to comment.