Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker_firedrake-parmmg_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions: {}

# Stop the workflow if a new run is requested
concurrency:
group: $${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_firedrake-parmmg_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- '.github/workflows/reusable_docker_build.yml'
- '.github/workflows/docker_firedrake-parmmg_release.yml'
- 'docker/Dockerfile.firedrake-parmmg'
- 'docker/Dockerfile.firedrake-parmmg_release'
- 'docker/Dockerfile.firedrake-um2n'

# Build and push the Docker container when these files get changed on the main branch
Expand All @@ -16,7 +16,7 @@ on:
paths:
- '.github/workflows/reusable_docker_build.yml'
- '.github/workflows/docker_firedrake-parmmg_release.yml'
- 'docker/Dockerfile.firedrake-parmmg'
- 'docker/Dockerfile.firedrake-parmmg_release'
- 'docker/Dockerfile.firedrake-um2n'

# Run test suite at 1AM on the first of the month
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.firedrake-parmmg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN git clone https://github.com/mesh-adaptation/adapt_common.git && \
cd animate && git submodule init && git submodule update && cd .. && \
cd movement && git submodule init && git submodule update && cd .. && \
pip install -e adapt_common[dev] && \
pip install -r animate/requirements-build.txt && \
pip install --no-build-isolation -e animate[dev] && \
pip install -e movement[dev] && \
pip install -e goalie[dev]
1 change: 1 addition & 0 deletions docker/Dockerfile.firedrake-parmmg_release
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN git clone https://github.com/mesh-adaptation/adapt_common.git && \
cd animate && git submodule init && git submodule update && cd .. && \
cd movement && git submodule init && git submodule update && cd .. && \
pip install -e adapt_common[dev] && \
pip install -r animate/requirements-build.txt && \
pip install --no-build-isolation -e animate[dev] && \
pip install -e movement[dev] && \
pip install -e goalie[dev]
Loading