Skip to content

Commit

Permalink
modified rhub.yaml for reticulate9
Browse files Browse the repository at this point in the history
  • Loading branch information
Malika1109 committed Sep 8, 2024
1 parent 003a05a commit f4b6d3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:
inputs:
config:
description: 'A comma separated list of R-hub platforms to use.'
description: 'A comma-separated list of R-hub platforms to use.'
type: string
default: 'linux,windows,macos'
name:
Expand All @@ -24,7 +24,6 @@ on:
type: string

jobs:

setup:
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -61,6 +60,12 @@ jobs:
token: ${{ secrets.RHUB_TOKEN }}
job-config: ${{ matrix.config.job-config }}

# Install system dependencies (libffi-dev)
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libffi-dev
# Setup Python environment
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -94,7 +99,6 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}

- uses: r-hub/actions/setup-deps@v1
with:
job-config: ${{ matrix.config.job-config }}
Expand Down

0 comments on commit f4b6d3d

Please sign in to comment.