Skip to content

Commit fd1d46c

Browse files
committed
...
1 parent b78388e commit fd1d46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Dockerfile.architectures

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ 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 .
35+
RUN python3 -m pip install pytest sympy # avoids [test], which contains numba
3536

3637
RUN python3 -m pytest test/ -n auto -W error
3738
RUN python3 -m pytest demo/ -W error

0 commit comments

Comments
 (0)