File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 run : |
119119 PORT=9101 INFERENCE_SERVER_REPO=roboflow-inference-server-gpu make start_test_docker_gpu
120120 - name : 🧪 Regression Tests - SAM3
121- id : sam2_tests
121+ id : sam3_tests
122122 if : ${{ github.event.inputs.test_name == '' || github.event.inputs.test_name == 'sam3' }}
123123 run : |
124124 source .venv/bin/activate
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY requirements/requirements.sam.txt \
2626 requirements/requirements.easyocr.txt \
2727 ./
2828
29- RUN pip install --upgrade pip setuptools uv && uv pip install --system \
29+ RUN pip install --upgrade pip setuptools && pip install \
3030 -r _requirements.txt \
3131 -r requirements.sam.txt \
3232 -r requirements.sam3.txt \
You can’t perform that action at this time.
0 commit comments