Skip to content

Commit

Permalink
Update test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncborcherding authored Mar 28, 2024
1 parent 51a5062 commit 1e331a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
needs: coverage
extra-packages: rcmdcheck, keras # 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

- name: Test coverage
run: |
covr::codecov(
Expand Down

0 comments on commit 1e331a7

Please sign in to comment.