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 62cc728 + b1bbe85 commit 4b1c47aCopy full SHA for 4b1c47a
binder/environment.yml
@@ -34,6 +34,6 @@ dependencies:
34
- r-languageserver
35
- rpy2
36
# for tex
37
- - tectonic
+ - conda-forge/label/cf202003::tectonic
38
- texlab
39
- chktex
ci/env-test.yml.in
@@ -22,7 +22,11 @@ dependencies:
22
- r-stringi >=1.4.6
23
24
# tex
25
+ # NOTE: pinned tectonic label to prevent a Windows failure, see:
26
+ # https://github.com/krassowski/jupyterlab-lsp/pull/318#issuecomment-678352715
27
+ # and
28
+ # https://github.com/krassowski/jupyterlab-lsp/pull/318#issuecomment-678540262
29
30
31
32
# test tools
0 commit comments