Skip to content

Commit 1999a28

Browse files
committed
remove tinytex
1 parent 811741a commit 1999a28

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Print Python Information
3737
run: python -VV
38-
- name: Install TinyTeX
39-
run: |
40-
pip3 install -U pytinytex
41-
python3 -c "import pytinytex; pytinytex.download_tinytex()"
42-
echo "Adding TinyTeX to PATH"
43-
TINYTEX_PATH=$(python3 -c "import pytinytex; print(pytinytex.get_tinytex_path())")
44-
echo "$TINYTEX_PATH" >> $GITHUB_PATH
4538
- name: Install and configure Poetry
4639
run: |
4740
pip3 install -U poetry setuptools

0 commit comments

Comments
 (0)