Skip to content

Commit

Permalink
properly name object detection client job + moving pip install to tests
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <[email protected]>
  • Loading branch information
Gregory-Pereira committed May 11, 2024
1 parent aea3a6e commit cc743e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/object_detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
IMAGE_NAME: object_detection_client

jobs:
chatbot-build-and-push:
object-detection-client-build-and-push:
if: "!contains(github.event.pull_request.labels.*.name, 'hold-tests')"
runs-on: ubuntu-22.04
permissions:
Expand Down
1 change: 1 addition & 0 deletions model_servers/object_detection_python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ download-model-facebook-detr-resnet-101:

.PHONY: test
test:
pip install -r ../../convert_models/requirements.txt
cp -r ../../models/facebook ./
REGISTRY=$(REGISTRY) MODEL_NAME=$(MODEL_NAME) MODELS_DIR=$(MODELS_DIR) IMAGE_NAME=$(IMAGE_NAME) PORT=$(PORT) pytest -s -vvv

0 comments on commit cc743e3

Please sign in to comment.