There was an error while loading. Please reload this page.
1 parent 811741a commit 1999a28Copy full SHA for 1999a28
.github/workflows/ci.yaml
@@ -35,13 +35,6 @@ jobs:
35
python-version: ${{ matrix.python-version }}
36
- name: Print Python Information
37
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
45
- name: Install and configure Poetry
46
run: |
47
pip3 install -U poetry setuptools
0 commit comments