We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1816e commit 3ad06ddCopy full SHA for 3ad06dd
1 file changed
.github/workflows/build_docs.yml
@@ -28,7 +28,8 @@ jobs: # This workflow contains a single
28
# Install
29
- name: Install dependencies
30
run: |
31
- sudo apt-get install r-base
+ sudo apt-get update
32
+ sudo apt-get install -y r-base libtirpc-dev
33
pip install -r docs/requirements.txt
34
pip install .
35
0 commit comments