Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding authored Oct 30, 2024
1 parent 46fa02a commit bb2b09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: rcmdcheck, keras # Add keras to the list of extra packages
extra-packages: rcmdcheck, keras3 # Add keras to the list of extra packages

- name: Install Keras Python dependencies
run: R -e 'keras::install_keras()' # This runs the install_keras function from R
run: R -e 'keras3::install_keras()' # This runs the install_keras function from R

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit bb2b09a

Please sign in to comment.