Skip to content

Commit 3ad06dd

Browse files
missing lib
1 parent bf1816e commit 3ad06dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs: # This workflow contains a single
2828
# Install
2929
- name: Install dependencies
3030
run: |
31-
sudo apt-get install r-base
31+
sudo apt-get update
32+
sudo apt-get install -y r-base libtirpc-dev
3233
pip install -r docs/requirements.txt
3334
pip install .
3435

0 commit comments

Comments
 (0)