We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1212e60 + c7fa8ef commit 51ee9c0Copy full SHA for 51ee9c0
.github/workflows/job.test.yml
@@ -5,10 +5,12 @@ on:
5
branches:
6
- master
7
- 2.x
8
+ - 3.x
9
pull_request:
10
11
12
13
14
workflow_dispatch:
15
16
# TODO: might need to tweak `group`
binder/environment.yml
@@ -26,6 +26,8 @@ dependencies:
26
- ruamel_yaml
27
# for R language server and kernel
28
- r
29
+ # workaround for https://github.com/jupyterhub/repo2docker/issues/1140
30
+ - r-base=4.0
31
- r-irkernel
32
- r-languageserver
33
- rpy2
0 commit comments