Skip to content

Commit b78388e

Browse files
committed
no numba / optional
1 parent 5709856 commit b78388e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.architectures

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN python3 -m pip install \
3131
git+https://github.com/FEniCS/ufl.git \
3232
git+https://github.com/FEniCS/basix.git
3333

34-
RUN python3 -m pip install .[ci,optional]
34+
RUN python3 -m pip install .[ci] # optional
3535

3636
RUN python3 -m pytest test/ -n auto -W error
3737
RUN python3 -m pytest demo/ -W error

0 commit comments

Comments
 (0)