Skip to content

Commit 92ec56f

Browse files
committed
fix: segementation download issues
1 parent ed7d058 commit 92ec56f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python -m pip install --upgrade pip
4545
pip3 install --upgrade setuptools pip
4646
pip3 install --no-cache-dir -r requirements.txt
47-
pip install git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git@bbox --no-deps
47+
pip install git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git --no-deps
4848
pip3 install --no-deps decimer
4949
pip install flake8 pytest
5050
pip install pytest-cov

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN conda install -c conda-forge python=${PYTHON_VERSION} sqlite --force-reinsta
3131
pip3 install --no-cache-dir -r requirements.txt && \
3232
# Install specific packages without dependencies
3333
pip3 install --no-cache-dir --no-deps \
34-
git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git@bbox \
34+
git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git \
3535
decimer==2.7.1 \
3636
chembl_structure_pipeline
3737

tests/segment_sample.png

5.63 KB
Loading

0 commit comments

Comments
 (0)