Compare commits

..

1 Commits

Author SHA1 Message Date
0a37d45eb6 [P] Integrate MapView testing into CI pipeline
Some checks failed
Component testing / Hub testing (push) Successful in 13s
Component testing / Store testing (push) Successful in 35s
Component testing / MapView testing (push) Failing after 2m55s
Component testing / Integration smoke testing (push) Has been skipped
2026-03-31 11:36:28 +03:00

View File

@@ -4,7 +4,6 @@ FROM python:latest
WORKDIR /app
# Copy the requirements.txt file and install dependencies
COPY MapView/requirements.txt .
RUN sed -i 's/==.*//' requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --root-user-action ignore --no-cache-dir unittest