Skip to content

Commit afe4593

Browse files
committed
Use newer Firedrake image
1 parent b3479d4 commit afe4593

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
nikola_build:
99
runs-on: ubuntu-latest
1010
container:
11-
image: docker.io/firedrakeproject/firedrake-vanilla:2023-10
11+
image: docker.io/firedrakeproject/firedrake-vanilla:2025-01
1212
options: --user root
1313
name: "Deploy Nikola to GitHub Pages"
1414
steps:
@@ -17,22 +17,20 @@ jobs:
1717
. /home/firedrake/firedrake/bin/activate
1818
echo PATH=$PATH >> $GITHUB_ENV
1919
- name: Checkout icepack source
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
repository: icepack/icepack
2323
path: icepack
2424
- name: Install icepack and dependencies
2525
run: |
2626
apt update && apt install -yq patchelf graphviz moreutils jq
27-
pip install git+https://github.com/icepack/Trilinos.git
28-
pip install git+https://github.com/icepack/pyrol.git
2927
pip install jupyter nbconvert netCDF4
3028
pip install "Nikola[extras]"
3129
pip install --editable ./icepack
3230
- name: Create jupyter kernel
3331
run: python -m ipykernel install --user --name=firedrake
3432
- name: Checkout website source
35-
uses: actions/checkout@v2
33+
uses: actions/checkout@v4
3634
with:
3735
path: website
3836
- name: Preparing

0 commit comments

Comments
 (0)