Skip to content

Commit

Permalink
don't force reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed May 17, 2024
1 parent 2f30de3 commit e8c56ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ USER user
# TODO
# remove mapbox-earcut fork when this is merged:
# https://github.com/skogler/mapbox_earcut_python/pull/15

RUN pip install --user /home/user[easy] && \
pip install --user --force-reinstall git+https://github.com/mikedh/mapbox_earcut_python.git && \
find /home/user/.local -type d -name tests -prune -exec rm -rf {} \;
Expand Down Expand Up @@ -74,8 +73,8 @@ RUN trimesh-setup --install=test,gmsh,gltf_validator,llvmpipe,binvox
USER user

# install things like pytest
RUN pip install --force-reinstall --pre --upgrade .[all]

RUN pip install --pre --upgrade .[all]
# check for lint problems
RUN ruff check trimesh

Expand Down

0 comments on commit e8c56ad

Please sign in to comment.