Skip to content

Commit 326209f

Browse files
committed
try pinning r-stringi for osx
1 parent 5516506 commit 326209f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/env-test.yml.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ dependencies:
1515
- python-language-server
1616
- ujson <=1.35
1717
# for R language server and kernel
18-
- r
18+
# TODO: try r 4.0 soon
19+
- r <4
1920
- r-irkernel
2021
- r-languageserver
22+
- r-stringi >=1.4.6
2123
- rpy2
2224
# test tools
2325
- pytest-asyncio

0 commit comments

Comments
 (0)