Skip to content

Commit

Permalink
Remove nominatim container during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent c0fbd54 commit c640a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# Stop container
docker stop nominatim
docker ps
# import to bind mount is done previously
docker run -i --rm \
Expand Down
3 changes: 1 addition & 2 deletions 4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ ARG NOMINATIM_VERSION
ARG USER_AGENT

# Osmium install to run continuous updates.
#RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked pip install --break-system-packages \
RUN pip install --break-system-packages \
RUN --mount=type=cache,target=/root/.cache/pip,sharing=locked pip install --break-system-packages \
nominatim-db==$NOMINATIM_VERSION \
osmium \
psycopg[binary] \
Expand Down

0 comments on commit c640a87

Please sign in to comment.