Skip to content

Commit d8b3105

Browse files
adding a apt-get update
1 parent 26f65d9 commit d8b3105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_docs.yml

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

0 commit comments

Comments
 (0)