File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments