Skip to content

Commit

Permalink
Merge branch 'main' into dokken/scipy-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Oct 11, 2024
2 parents b7e1535 + aadf5fb commit 43035af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "pip" # See documentation for possible values
directory: "python/"
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions docker/Dockerfile.test-env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG OPENMPI_PATCH=3

########################################

FROM ubuntu:24.04 as dev-env
FROM ubuntu:24.04 AS dev-env
LABEL maintainer="FEniCS Steering Council <[email protected]>"
LABEL description="FEniCS testing and development environment with PETSc real, complex, 32-bit and 64-bit modes"

Expand Down Expand Up @@ -143,8 +143,8 @@ RUN if [ "$MPI" = "mpich" ]; then \
ldconfig && \
rm -rf /tmp/*

ENV VIRTUAL_ENV /dolfinx-env
ENV PATH /dolfinx-env/bin:$PATH
ENV VIRTUAL_ENV=/dolfinx-env
ENV PATH=/dolfinx-env/bin:$PATH
RUN python3 -m venv ${VIRTUAL_ENV}

# Install Python packages (via pip)
Expand Down

0 comments on commit 43035af

Please sign in to comment.