File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88jobs :
99 test :
1010 runs-on : ubuntu-latest
11+ continue-on-error : true
1112 strategy :
1213 fail-fast : false
1314 matrix :
Original file line number Diff line number Diff line change @@ -30,12 +30,8 @@ RUN python3 -m venv /venv
3030
3131# hadolint ignore=DL3003,DL3013
3232RUN /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 \
Original file line number Diff line number Diff line change 33coverage
44flake8
55# gradio
6- imageio
76ipython
87isort
98line_profiler
Original file line number Diff line number Diff line change 88opencv-python-headless
99Pillow
1010pooch
11+ pyastar2d @ git+https://github.com/bluemellophone/batbot-pyastar2d@master
1112rich
1213scikit-image
1314shapely
You can’t perform that action at this time.
0 commit comments