Skip to content

Commit

Permalink
workflows: switch ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Jun 8, 2024
1 parent d77d446 commit f4f3333
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest-petsc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-petsc
name: CI-petsc-

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -16,8 +16,8 @@ on:

jobs:
test-petsc:
name: pytest-petsc
runs-on: ubuntu-20.04
name: pytest-petsc-docker
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ['3.8', '3.9']
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.devito
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN rm -rf /app/devito/.git
# Install pip dependencies and devito as a pip package
RUN python3 -m venv /venv && \
/venv/bin/pip install --no-cache-dir --upgrade pip && \
/venv/bin/pip install --no-cache-dir --no-binary numpy numpy && \
/venv/bin/pip install --no-cache-dir jupyter && \
/venv/bin/pip install --no-cache-dir wheel && \
eval "$MPI4PY_FLAGS /venv/bin/pip install --no-cache-dir -r /app/devito/requirements-mpi.txt" && \
Expand Down

0 comments on commit f4f3333

Please sign in to comment.