We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac2f0b commit 34e8012Copy full SHA for 34e8012
Dockerfile
@@ -12,8 +12,16 @@ RUN apt-get install -y build-essential cmake cython3 python3-dev python3-pip \
12
liblapack-dev libopenblas-dev \
13
wget
14
15
+# ----------
16
+# hack to fix sudden breakage in CI
17
+# (fix from https://github.com/getsentry/sentry/issues/3143)
18
+# (first occurance of fail at https://travis-ci.org/computationalmodelling/fidimag/builds/319708056?utm_source=github_status&utm_medium=notification)
19
+# (which is part of this pull request: https://github.com/computationalmodelling/fidimag/pull/106)
20
+RUN pip3 install --upgrade setuptools==20.4
21
22
+
23
RUN pip3 install ipywidgets nbval pyvtk six
-
24
25
WORKDIR /fidimag
26
ADD . /fidimag
27
RUN ./bin/install-sundials.sh
0 commit comments