Skip to content

Commit 794728c

Browse files
committed
Install ConTeXt in CI
1 parent dbfb9ea commit 794728c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: sudo apt update
1818
# <https://stackoverflow.com/a/44333806/353337>
1919
- run: DEBIAN_FRONTEND=noninteractive sudo apt install tzdata
20-
- run: sudo apt install -y texlive-latex-base texlive-latex-extra
20+
- run: sudo apt install -y texlive-latex-base texlive-latex-extra context
2121
- run: pip3 install -U pytest pytest-cov excode --user
2222
- checkout
2323
- run: excode README.md test/zzz_readme_test.py --filter python,test

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.x"
2929
- uses: actions/checkout@v1
3030
- name: Install dependencies
31-
run: sudo apt-get install -y texlive-latex-base texlive-latex-extra python3-tk python3-scipy
31+
run: sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk python3-scipy
3232
- name: Install package
3333
run: |
3434
pip install --upgrade pip

0 commit comments

Comments
 (0)