We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0973e9b commit f3dd4c6Copy full SHA for f3dd4c6
1 file changed
tests/Dockerfile
@@ -12,9 +12,8 @@ RUN pip install --no-cache-dir --break-system-packages --pre ngsolve
12
WORKDIR /app
13
COPY pyproject.toml .
14
COPY ngsolve_webgpu/ ngsolve_webgpu/
15
-ENV SETUPTOOLS_SCM_PRETEND_VERSION=0.0.0
16
-RUN pip install --no-cache-dir --break-system-packages .
+RUN pip install --no-cache-dir --break-system-packages --no-deps .
17
18
COPY tests/ tests/
19
20
-CMD ["pytest", "tests/", "-v", "--tb=short"]
+CMD ["pytest", "tests/", "-v", "--tb=short"]
0 commit comments