Skip to content

Commit

Permalink
fix(ci): Add GroundingDINO to lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvannier committed Feb 29, 2024
1 parent 2b41772 commit 1a1ba0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: "3.10"

# Install PyTorch and TensorFlow CPU versions manually to prevent installing CUDA
# Install SAM and MobileSAM manually as they cannot be included in PyPI
# Install GitHub models manually as they cannot be included in PyPI
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -50,6 +50,7 @@ jobs:
python -m pip install tensorflow-cpu~=2.15.0
python -m pip install segment-anything@git+https://github.com/facebookresearch/segment-anything
python -m pip install mobile-sam@git+https://github.com/ChaoningZhang/MobileSAM
python -m pip install groundingdino@git+https://github.com/IDEA-Research/GroundingDINO
python -m pip install .
- name: Lint backend code with Pylint
Expand Down

0 comments on commit 1a1ba0e

Please sign in to comment.