Skip to content

Commit 34e8012

Browse files
committed
fix failing CI
1 parent 5ac2f0b commit 34e8012

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ RUN apt-get install -y build-essential cmake cython3 python3-dev python3-pip \
1212
liblapack-dev libopenblas-dev \
1313
wget
1414

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+
1523
RUN pip3 install ipywidgets nbval pyvtk six
16-
24+
1725
WORKDIR /fidimag
1826
ADD . /fidimag
1927
RUN ./bin/install-sundials.sh

0 commit comments

Comments
 (0)