Skip to content

Commit f3dd4c6

Browse files
committed
no version pretending in docker build
1 parent 0973e9b commit f3dd4c6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ RUN pip install --no-cache-dir --break-system-packages --pre ngsolve
1212
WORKDIR /app
1313
COPY pyproject.toml .
1414
COPY ngsolve_webgpu/ ngsolve_webgpu/
15-
ENV SETUPTOOLS_SCM_PRETEND_VERSION=0.0.0
16-
RUN pip install --no-cache-dir --break-system-packages .
15+
RUN pip install --no-cache-dir --break-system-packages --no-deps .
1716

1817
COPY tests/ tests/
1918

20-
CMD ["pytest", "tests/", "-v", "--tb=short"]
19+
CMD ["pytest", "tests/", "-v", "--tb=short"]

0 commit comments

Comments
 (0)