File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- run : sudo apt update
18
18
# <https://stackoverflow.com/a/44333806/353337>
19
19
- 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
21
21
- run : pip3 install -U pytest pytest-cov excode --user
22
22
- checkout
23
23
- run : excode README.md test/zzz_readme_test.py --filter python,test
Original file line number Diff line number Diff line change 28
28
python-version : " 3.x"
29
29
- uses : actions/checkout@v1
30
30
- 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
32
32
- name : Install package
33
33
run : |
34
34
pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments