File tree 3 files changed +8
-0
lines changed
tests/docker-stacks-foundation
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ RUN mamba install --yes \
57
57
'r-tidymodels' \
58
58
'r-tidyverse' \
59
59
'rpy2' \
60
+ # Temporary fix
61
+ 'r-parsnip<1.3.0' \
62
+ 'r-recipes<1.1.1' \
60
63
'unixodbc' && \
61
64
mamba clean --all -f -y && \
62
65
fix-permissions "${CONDA_DIR}" && \
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ RUN mamba install --yes \
48
48
'r-shiny' \
49
49
'r-tidymodels' \
50
50
'r-tidyverse' \
51
+ # Temporary fix
52
+ 'r-parsnip<1.3.0' \
53
+ 'r-recipes<1.1.1' \
51
54
'unixodbc' && \
52
55
mamba clean --all -f -y && \
53
56
fix-permissions "${CONDA_DIR}" && \
Original file line number Diff line number Diff line change 81
81
"openssl" ,
82
82
"protobuf" ,
83
83
"python" ,
84
+ "r-parsnip<1.3.0" ,
85
+ "r-recipes<1.1.1" ,
84
86
"r-irkernel" ,
85
87
"unixodbc" ,
86
88
]
You can’t perform that action at this time.
0 commit comments