Skip to content

Commit

Permalink
testing MIP support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoOkuma committed Aug 29, 2024
1 parent dd03a9b commit 08c7395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools tox tox-gh-actions
python -m pip install git+https://github.com/facebookresearch/segment-anything.git
# python -m pip install git+https://github.com/facebookresearch/segment-anything.git
python -m pip install git+https://github.com/DrSleep/segment-anything@mps-support
# this runs the platform-specific tests declared in tox.ini
- name: Test with tox
Expand Down

0 comments on commit 08c7395

Please sign in to comment.