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 5709856 commit b78388eCopy full SHA for b78388e
.github/workflows/Dockerfile.architectures
@@ -31,7 +31,7 @@ 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 .[ci] # optional
35
36
RUN python3 -m pytest test/ -n auto -W error
37
RUN python3 -m pytest demo/ -W error
0 commit comments