Skip to content

Commit d524bb0

Browse files
committed
Added dependency
1 parent 0a13213 commit d524bb0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
pip install --user --no-cache-dir Cython
3838
pip install --user -r requirements.txt
3939
pip install --user -r requirements_dev.txt
40+
pip install --user .
4041
- name: PKG-TEST
4142
run: |
4243
python -m unittest discover tests/

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
python -m pip install --upgrade pip
1717
pip install --user --no-cache-dir Cython
1818
pip install --user -r requirements.txt
19+
pip install --user .
1920
- name: PKG-TEST
2021
run: |
2122
python -m unittest discover tests/

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
segment-anything-py

0 commit comments

Comments
 (0)