Skip to content

Commit 2c29a70

Browse files
authored
Install build requirements now they aren't available by default
1 parent 4e706f5 commit 2c29a70

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
3232
- name: Install documentation dependencies
3333
run: |
34+
python3 -m pip install -r /opt/firedrake/requirements-build.txt
3435
python3 -m pip install --no-build-isolation '/opt/firedrake[docs]'
3536
3637
- name: Install system dependencies

0 commit comments

Comments
 (0)