Skip to content

Commit

Permalink
modified rhub.yaml for reticulate10
Browse files Browse the repository at this point in the history
  • Loading branch information
Malika1109 committed Sep 8, 2024
1 parent f4b6d3d commit ff425f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
# Install system dependencies (libffi-dev)
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libffi-dev
apt-get update
apt-get install -y libffi-dev
# Setup Python environment
- uses: actions/setup-python@v4
Expand Down

0 comments on commit ff425f9

Please sign in to comment.