Skip to content

Commit 4b1c47a

Browse files
authored
Merge pull request #320 from krassowski/tex-ci-experiments
An attempt to fix the tectonic on CI
2 parents 62cc728 + b1bbe85 commit 4b1c47a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ dependencies:
3434
- r-languageserver
3535
- rpy2
3636
# for tex
37-
- tectonic
37+
- conda-forge/label/cf202003::tectonic
3838
- texlab
3939
- chktex

ci/env-test.yml.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ dependencies:
2222
- r-stringi >=1.4.6
2323
- rpy2
2424
# tex
25-
- tectonic
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+
- conda-forge/label/cf202003::tectonic
2630
- texlab
2731
- chktex
2832
# test tools

0 commit comments

Comments
 (0)