Skip to content

Commit 0868b44

Browse files
committed
update CI
1 parent 657d3a3 commit 0868b44

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ jobs:
7575
upgrade: 'TRUE'
7676

7777
- name: Install Keras
78-
run: keras3::install_keras(python_version = '${{ matrix.python }}')
78+
run: |
79+
options(echo = TRUE)
80+
print(sessionInfo())
81+
# print(Sys.info())
82+
print(keras3::op_convert_to_tensor("Hello World!"))
83+
print(reticulate::py_config())
7984
8085
- uses: r-lib/actions/check-r-package@v2
8186
with:

0 commit comments

Comments
 (0)