Skip to content

Commit f6c566e

Browse files
committed
Add requiredment
1 parent de44f6f commit f6c566e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install jupyter
2121
run: python3 -m pip install jupyter
2222

23+
- name: Install other required stuff for R
24+
run: sudo apt install -y libcurl4-openssl-dev
25+
2326
- name: Install R
2427
uses: r-lib/actions/setup-r@v2
2528
with:

0 commit comments

Comments
 (0)