File tree 1 file changed +1
-21
lines changed
1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 95
95
run : uv pip install .[docs]
96
96
97
97
- name : Install R dependencies and tutorial requirements
98
- # Workaround for https://github.com/actions/runner-images/issues/11137
99
- if : ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }}
100
98
run : |
101
- install.packages(c("remotes", "Rcpp"))
102
- remotes::install_cran(
103
- c("IRkernel", "reticulate"),
104
- dependencies = TRUE,
105
- # force = TRUE,
106
- )
107
-
108
- reticulate::py_config()
109
- shell : Rscript {0}
110
-
111
- - name : Install R dependencies and tutorial requirements
112
- if : ${{ ! (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12') }}
113
- run : |
114
- install.packages(c("remotes", "Rcpp"))
115
- remotes::install_cran(
116
- c("IRkernel", "reticulate"),
117
- dependencies = TRUE,
118
- # force = TRUE,
119
- )
99
+ install.packages(c("IRkernel", "reticulate"))
120
100
121
101
# commented: for debugging
122
102
# print(reticulate::py_config())
You can’t perform that action at this time.
0 commit comments