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 b78388e commit fd1d46cCopy full SHA for fd1d46c
.github/workflows/Dockerfile.architectures
@@ -31,7 +31,8 @@ RUN python3 -m pip install \
31
git+https://github.com/FEniCS/ufl.git \
32
git+https://github.com/FEniCS/basix.git
33
34
-RUN python3 -m pip install .[ci] # optional
+RUN python3 -m pip install .
35
+RUN python3 -m pip install pytest sympy # avoids [test], which contains numba
36
37
RUN python3 -m pytest test/ -n auto -W error
38
RUN python3 -m pytest demo/ -W error
0 commit comments