We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4333bb8 commit be37085Copy full SHA for be37085
k8/images/scipy/Dockerfile
@@ -18,7 +18,7 @@ RUN git clone \
18
.
19
20
RUN --mount=type=cache,target=/root/.cache/pip \
21
- pip install pytest-custom_exit_code cython numpy pytest
+ pip install pytest-custom_exit_code cython numpy pytest==6.0.1
22
23
24
python setup.py build_ext --inplace
k8/images/scipy/version
@@ -1 +1 @@
1
-0
+1
0 commit comments