Skip to content

Commit

Permalink
Add requiredment
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Sep 10, 2024
1 parent de44f6f commit f6c566e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install jupyter
run: python3 -m pip install jupyter

- name: Install other required stuff for R
run: sudo apt install -y libcurl4-openssl-dev

- name: Install R
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit f6c566e

Please sign in to comment.