Skip to content

Commit

Permalink
Add texlive to env
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 26, 2024
1 parent f033428 commit 2adecfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-latest'] # , 'windows-latest']

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
- name:
shell: bash -l {0}
run: |
which R
which pdflatex
- name: Install knitr manually
shell: bash -l {0}
run: |
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ dependencies:
- r-knitr
- r-pdftools
- r-covr
- r-units
- r-units
- texlive-core # for CI

0 comments on commit 2adecfc

Please sign in to comment.