Skip to content

Commit

Permalink
GHA fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Nov 7, 2023
1 parent 4bbbf67 commit a8de44b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,14 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, local::.
extra-packages: any::rcmdcheck
# , local::.
cache-version: 1
# upgrade: 'TRUE'

- name: install keras r pkg (workaround pak bug in r-lib/actions/setup-r-dependencies)
run: remotes::install_local(dependencies = TRUE)

- name: Install Tensorflow + Keras deps
run: keras::install_keras(python_version = '${{ matrix.python }}')
# run: keras::install_keras(tensorflow = '${{ matrix.tf }}-cpu')
Expand Down

0 comments on commit a8de44b

Please sign in to comment.