Skip to content

Commit 2002145

Browse files
authored
Fix windows CI (#504)
* Update tlmgr so that it doesn't cause errors * Update poetry lock file * ci: try installing pyreadline before * cleaning: remove pyreadline
1 parent e604985 commit 2002145

File tree

3 files changed

+63
-117
lines changed

3 files changed

+63
-117
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
Invoke-WebRequest "https://ci.appveyor.com/api/projects/yihui/tinytex/artifacts/TinyTeX.zip?job=image:%20Visual%20Studio%202019" -O "$($env:TMP)\TinyTex.zip"
8484
Expand-Archive -LiteralPath "$($env:TMP)\TinyTex.zip" -DestinationPath "$($PWD)\ManimCache\LatexWindows"
8585
$env:Path = "$($PWD)\ManimCache\LatexWindows\TinyTeX\bin\win32;$($env:PATH)"
86+
tlmgr update --self
8687
tlmgr install standalone preview doublestroke ms setspace rsfs relsize ragged2e fundus-calligra microtype wasysym physics dvisvgm jknapltx wasy cm-super babel-english
8788
$env:PATH=$OriPath
8889
echo "Completed Latex Install Sox"

0 commit comments

Comments
 (0)