Skip to content

Commit b20110f

Browse files
Move to batbot-pyastar2d dependency
1 parent 8a2ac65 commit b20110f

4 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on: push
88
jobs:
99
test:
1010
runs-on: ubuntu-latest
11+
continue-on-error: true
1112
strategy:
1213
fail-fast: false
1314
matrix:

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ RUN python3 -m venv /venv
3030

3131
# hadolint ignore=DL3003,DL3013
3232
RUN /venv/bin/pip install --no-cache-dir -r requirements/runtime.txt \
33-
&& cd tpl/pyastar2d/ \
34-
&& /venv/bin/pip install --no-cache-dir -e . \
35-
&& cd ../.. \
33+
&& /venv/bin/pip install --no-cache-dir -r requirements/optional.txt \
3634
&& /venv/bin/pip install --no-cache-dir -e .
37-
38-
# && /venv/bin/pip install --no-cache-dir -r requirements/optional.txt \
3935
# && if [ "$(uname -m)" != "aarch64" ] \
4036
# ; then \
4137
# /venv/bin/pip uninstall -y onnxruntime \

requirements/optional.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ codecov
33
coverage
44
flake8
55
# gradio
6-
imageio
76
ipython
87
isort
98
line_profiler

requirements/runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ numpy
88
opencv-python-headless
99
Pillow
1010
pooch
11+
pyastar2d @ git+https://github.com/bluemellophone/batbot-pyastar2d@master
1112
rich
1213
scikit-image
1314
shapely

0 commit comments

Comments
 (0)