Commit graph

133 commits

Author SHA1 Message Date
Darylgolden
6018ebf445 Revert "Merge branch 'main' of https://github.com/ManimCommunity/manim"
This reverts commit e7f9d23aa7, reversing
changes made to afe91d02b6.
2023-07-31 15:29:39 +08:00
Benjamin Hackl
1cd0f43982
Fixed expand animation for :class:.ManimBanner (#3298)
* fixed "a" appearing before shapes

* added animation test for ManimBanner

* added xelatex to linux pipeline

* xelatex -> xetex
2023-07-18 14:36:20 -07:00
dependabot[bot]
44ab4397a4
Bump docker/build-push-action from 3 to 4 (#3272)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 10:56:48 +09:00
Naveen M K
96a83e5445
CI: fix a config error from poetry (#3257)
also, pin the version of poetry
2023-06-20 09:04:19 +02:00
Naveen M K
f6a379ccfd
CI: update PATH for recent changed in TinyTex (#3196)
`win32` -> `windows` due to 64-bit binaries
2023-03-28 17:45:34 +02:00
Naveen M K
1a439057ad
Remove actions using self-hosted runners (#3156)
see https://github.com/ManimCommunity/manim/discussions/3130
2023-02-24 11:47:34 +01:00
Elyanah Aco
1425c9add7
Change links redirecting to dead troubleshooting page (#3126)
* docs: change links redirecting to dead troubleshooting page

* Fix typo in FAQ link

Co-authored-by: elyanah <elyanah.aco02@gmail.com>
2023-01-20 12:13:13 +01:00
lgtm-com[bot]
d3b96dd68c
Add CodeQL workflow for GitHub code scanning (#3024)
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
2022-12-23 14:11:21 +01:00
Tristan Schulz
48ff15a8d3
Codeql (#3084)
* Add CodeQL workflow for GitHub code scanning

* fix codeql errors

* ignore example scenes and tests

Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2022-12-22 21:52:30 -08:00
Tristan Schulz
2afe74d13a
Updating ci syntax for runner version >=2.298.2 (#3079)
* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* fix for runner version >=2.298.2

* testing out texlive action

* installing basic packages add missing

* adding packages

* remove tipa

* remove amssymb

* remove MOAR packages

* add preview package

* add more packages

* add fontspec

* cache pip installs for doctests in rst files

* fix yaml issue

* add cache depency path

* CI: (test-arm) use python 3.8.16 and 3.11.1

* CI: upload coverage only on arm runners

* CI: use cache from actions/setup-python

previously we had our own method of caching, this simplifies...

* Update .github/workflows/ci.yml

* CI: install poetry first before setting up python

Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2022-12-20 20:51:42 -08:00
Naveen M K
e8855d98ce
Added support for Python 3.11, dropped support for Python 3.7 (#3030)
* Add support for Python 3.11

as well drop support for Python 3.7

* update lockfile

* Fix an import statement for new version of moderngl

* CI: use pipx to install poetry

should fix macos 3.11 errors

* Update poetry.lock

try a newer version of poetry, forgot to update in a long time

* update lock file

* update poetry.lock

* try downgrading pycairo

* CI: fix poetry picking up wrong python version

* CI: change poetry cache key

older wrong environments will not be used then

* re-introduce caret restriction for pycairo

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2022-12-02 12:11:08 +01:00
Kevin Lubick
482994b58f
Update python-opengl -> python3-opengl for Ubuntu CI task (#3045)
* Update python-opengl -> python3-opengl

https://packages.ubuntu.com/jammy/python3-opengl

The ubuntu CI flows had been failing because the python2 version does not exist past focal (20.04 LTS)

* Pin to ubuntu 22.04
2022-11-26 18:36:13 +01:00
Naveen M K
15241e3bfd
CI: update actions version and add dependabot config (#3029)
* CI: update actions version

- Update inlined code to use `$GITHUB_OUTPUT`
see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

* Add dependabot config to update dependencies automatically
2022-11-19 09:38:13 -07:00
Benjamin Hackl
f65991c289
Fixed segmentation faults from doctests under Python 3.10 (#2994)
* ignore *opengl* glob for module doctests again

* removed custom pytest_report_header, fixes testing submodules (????)

* restore previous version of conftest, with segfault fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* handle situation of non-available readline

* Update conftest.py

Co-authored-by: Naveen M K <naveen521kk@gmail.com>

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2022-10-25 23:52:39 +02:00
Benjamin Hackl
18fe1e64a9
Debugging Windows CI Pipeline (#2983)
* run tests without xdist

* specifically run tests/opengl tests

* fix version of moderngl-window to <=2.4.1

* Revert "run tests without xdist"

This reverts commit 5d0d3e0264.

* Print info about OpenGL drivers

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert "Revert "run tests without xdist""

This reverts commit b6d2510c52.

* test

* test

* test

* test

* Revert "Revert "Revert "run tests without xdist"""

This reverts commit 3a15beeea2.

* Revert "specifically run tests/opengl tests"

This reverts commit a19809c349.

* test-arm: prefer currently active python

* Revert "fix version of moderngl-window to <=2.4.1"

This reverts commit ef9430712c.

* regenerate lockfile

* run module doctests with -v

* fixed config-leaking doctests

* ensure that correct pytest is run

* try to investigate segfault closer

* fixed pre-commit issue

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pytest apparently does not run testsetup/testcleanup blocks, revert

* duplicate config import

* remove debug output from pipeline

* fixed doctests

Co-authored-by: Naveen M K <naveen521kk@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-10 01:07:57 +02:00
Naveen M K
c33e583fc2
CI (test-arm): Always select the correct python version (#2963)
for some reason recent version of poetry started
using system python instead of one in $PATH.

This is a workaround for that.
2022-09-24 08:08:36 -07:00
Naveen M K
dd64894a5e
CI (test-arm): update configurations 2022-09-24 20:24:49 +05:30
Naveen M K
162f912ea7
CI (test-arm): update python version to 3.10.6 (#2925) 2022-09-24 15:56:23 +02:00
Benjamin Hackl
8bebfb907b
Removed suggestion issue template, added FAQ answer regarding proposing new features (#2828)
* removed suggestion template

* added FAQ answer regarding proposing new features

* added link to project board in contributing.rst

Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
2022-06-18 13:45:40 +02:00
Benjamin Hackl
2c5d6c2e6d
Fixed multiplatform builds for docker images in pipeline (#2753)
* fixed (?) multi-platform builds

* rename workflow file
2022-06-07 06:38:02 +05:30
Naveen M K
c106b91c93
CI: add a workflow to publish docker image after release (#2701)
* CI: add a workflow to publish docker image after release

* add on push event

* fixup

* add amd64 build process

* lint

* final version

* fixup

* don't remove `v` and add it back

* reword a name

* Build and push latest tags when pushed to main
2022-06-06 19:43:18 +02:00
Benjamin Hackl
48747a74d9
Refactored structure of documentation; added :doc:FAQ section <faq/index> (#2732)
* move tutorials -> tutorials_guide

* change title in tutorials_guides

* rename: a_deeper_look -> output_and_config

* splitting Tutorials

* reorder index (sidebar), move some top level sections elsewhere

* rename some tutorials

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* replace recommonmark with rest for rendering md files

* fixed broken references

* fixed **all** warnings and errors during docbuild

* faq: help, more structure for landing page

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix deprecation tests

* prepare some sort of skeleton for installation faq

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* ensure that pip from poetry venv is used in pipeline

* added myst-parser as dev dependency

* remove fixed sphinx version from requirement.txt, don't re-install dependencies

* move and improve versions and troubleshooting content to FAQ

* resolve broken references

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* help blacken-docs

* new: navigating the docs

* make different versions question more prominent

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed order of tutorials

* added explicit references to building blocks and quickstart tutorial

* docs -> doc

* change a page-reference to a paragraph-reference

* pypi manimlib, split answer regarding chocolatey failing

* added a note on #beginner-resources

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-05-27 08:45:31 +00:00
Naveen M K
7991711dfa
CI: update python versions (#2700) 2022-05-04 09:31:06 +08:00
Naveen M K
cddd47ca53
Remove WebGL renderer (#2630)
* Remove WebGL renderer

Fixes https://github.com/ManimCommunity/manim/issues/2629

* Remove occurence of webgl_renderer in CI config

* Fix Dockerfile

* Remove reference to webgl renderer in config docs

* Update poetry lock file

* Remove some scripts related to webgl

* Don't use rich 12.0 version

* Ignore rich 12.0.0

* Fix dependency, it was wrong previously
2022-03-24 08:39:24 +05:30
Darylgolden
ef8a9198f4
Run tests on Linux-aarch64 (#2561)
* try self-hosted runners

* skip test_force_window_opengl_render_with_format on linux arm

* remove debug stuff

* pre-commit

Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2022-03-19 17:14:57 +00:00
Naveen M K
7039656a68
CI: Remove 'Remove-Item' calls for MSYS2 Python (#2554)
Now `windows-latest` defaults to `windows-2022` and it has a breaking change related to MSYS2 where there are no pre-installed packages. 
This would mean we don't need to manually remove `python.exe` installed through it.

See https://github.com/actions/virtual-environments/issues/4856
2022-02-17 13:06:40 -05:00
Faruk D
6ab068e10f
Added a GitHub Action for automatic validation of your citation metadata (#2531)
* Create cffconvert.yml

* Update CITATION.cff
2022-02-12 11:05:12 +01:00
Benjamin Hackl
b09fda7a4d
upgrade ffmpeg action (#2536) 2022-02-09 12:55:38 +01:00
Tommy Chu
269e5c22cb
Fix minor typing mistakes in docs (#2485)
* Fix minor typos in docs

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Update .github/ISSUE_TEMPLATE/installation_issue.md

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>

* Update CODE_OF_CONDUCT.md

Co-authored-by: Darylgolden <darylgolden@gmail.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2022-01-26 10:59:32 +00:00
Naveen M K
6a2aa1e7ee
CI: update tinytex archive url (#2484)
The previous one we used started to reach rate-limit
and I hope Github's release doesn't reach the rate limit.
2022-01-24 10:10:26 +01:00
Laith Bahodi
00f0134027
Update Dependencies for Python3.10 (#2376)
* Update python dependency

* Update python version in the docs

* add python 3.10 to workflow

* use quotes for python version

* small mistake

* added cleo dependency

* added tomlkit

* using new installer for poetry

* updated path

* Update ci.yml

* changed path update

* added poetry to path, EVERYWHERE

* using pip now

* adding to path...again

* adding to path everywhere again

* fixed path, fingers crossed

* path only for macos

* bashrc?

* test path

* githbu path?

* github path, this time?

* updated grpcio; substituted * notation

* pre-commit update

* updated psutil

* importlib-metadata only for Python 3.7

Co-authored-by: Naveen M K <naveen521kk@gmail.com>

* remove pygments doubling

* added psutil-wheels

* removed psutil

* Update pyproject.toml

Co-authored-by: Marcin Serwin <marcin.serwin0@protonmail.com>

* ran poetry update

* Update pyproject.toml

Co-authored-by: Marcin Serwin <marcin.serwin0@protonmail.com>

* poetry upadated

* updated mypy version

Co-authored-by: Christopher Besch <christopher.besch@gmx.de>
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
Co-authored-by: Marcin Serwin <marcin.serwin0@protonmail.com>
2022-01-11 16:17:55 +05:30
pre-commit-ci[bot]
e475e13b22
[pre-commit.ci] pre-commit autoupdate (#2044)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0)

* trying to fix missing mathrsfs.sty for macos pipeline

* install same set of tex packages for macos as for windows

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Darylgolden <darylgolden@gmail.com>
Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-09-15 12:57:54 +02:00
Naveen M K
6f79558bcb
CI: Cancel previous workflows in the same branch (#2004) 2021-09-04 11:11:01 +05:30
GameDungeon
94821c10d8
Flake8 Changes + Fixing Warnings (#1968)
* Warning Removal

* Flake Stuff

* HotFix

* Docs Fix

* I'm Dumb

* Docs Fix 2

* Fixing Github Requests

* Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* quick fix

* Add Deprecation Warning

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Weird Pre Commit Stuff

* Quick Fix

* Quick Fix

* Fix

* Flake Fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-09-03 13:45:48 -04:00
Naveen
fb680235bb
CI: Add support for using Opengl in Subprocess (Windows) (#1987)
There is an environment variable in glcontext which can be used for the
locating the `opengl32.dll`. Use that instead of dynamically loading the
DLL which is error prone.
2021-08-31 13:16:20 +01:00
Benjamin Hackl
e671fe892d
drastically shorten and simplify PR template (#1864) 2021-08-06 10:44:46 +00:00
Laith Bahodi
a41dcadc9b
Refactor the PULL_REQUEST_TEMPLATE (#1830) 2021-07-27 13:16:06 -04:00
Naveen M K
39c4276c2a
master -> main in CI config (#1623)
Starts running our CI.
2021-06-04 17:31:38 +05:30
Jason Villanueva
0d7e96dc82
Revert default template and add new templates (#1621)
* Added bugfix and documentation templates

Renamed hackathon and default templates

Try fewer frontmatters

Revert name of default template

Revert name of default template

Added bugfix and documentation templates

Try fewer frontmatters

Revert name of default template

* Removed frontmatters
2021-06-04 10:48:57 +02:00
Jan-Hendrik Müller
8a00820015
PR template for the manim hackathon (#1573)
* hackathon pr template

* restuctured prs

* spacing

* Update hachackathon_pr_template.md

Added label to hackathon template, fixed typos

Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-06-02 09:15:43 +02:00
Anton Ballmaier
9459514097
Add docs refernce to PR template (#1505)
* test

* revert test changes

* Add reference link to PR Template

* adjust template to be more beginner friendly
2021-05-13 15:40:59 +02:00
Ricky Chon
7fa446cf54
Cache poetry venv with pyproject.toml in key (#1436) 2021-05-02 11:09:29 +05:30
Ricky Chon
b57f0f4019
Update poetry cache when new version is released (#1435) 2021-05-01 19:40:13 +02:00
Ricky Chon
e55d7be82f
CI: Fix macOS installation error from creating file in read-only file system (#1339)
* Sudo macOS commands to prevent error

* Switch from TEMP to /tmp/ file system
2021-04-15 13:15:48 -07:00
Ricky Chon
69e3286620
CI: Caching ffmpeg, tinytex dependencies and poetry venv (#1257)
* Fix typos

* Comment out cache steps to test for timings

* Revert "Comment out cache steps to test for timings"

This reverts commit 34d765bc06.

* Change pip cache to poetry cache

* Add steps for brew update and getting cache dir

* Add step to cache brew

* Cache only ffmpeg to remain under 5GB limit

* No need to get brew cache dir separately

* Add uniqueness to each brew cache version

* Move poetry caching above OS installations

* Trigger cache hit

* Update brew cache path

* Try caching installed packages in Cellar

* Trigger cache hit

* Update brew cache path

* Set conditional for macOS depedency install

* Separate brew and tlmgr dependencies

* Move necessary commands to tlmgr step

* Move basictex upgrade and installation outside of dependent install

* Upgrade all brew packages

* Update cache date variable to include day

This enables the cache to reset once a day and install any new updates

* Try caching brew downloads now

* Upgrade only basictex now

* Upgrade only basictex now

* Rename step names

* Attempt caching of all usr/ files

* Increment brew cache key test number

* Setup cache date to weekly

* Rollback to poetry-cache

* Setup cache variables

* Fix typo

* Increment cache test number

* Cache brew Cellar, opt, texlive

* Trigger cache hit

* Texlive dir didn't work

* Trigger cache hit

* Link cached packages

* Only link packages not available by default

* Unlink and install cairo

* Separate commands so they can run in isolation

* Reinstall and link cairo

* Increment cache test number

* Install ffmpeg outside of brew and cache it

* Combine brew update steps

* Update curl command

* Add create-dirs flag to curl

* Add helpful messages for ffmpeg install

* Move tlmgr commands above ffmpeg

* Move ffmpeg contents to new dir after extraction

* Update ffmpeg path

* Make dir for ffmpeg

* Add parents flag to mkdir

* Add ffprobe and ffserver

* Update ffprobe download link

* Make ffmpeg files executable

* Download ffmpeg from different link and build it

* Move ffmpeg files before building

* Make dir before moving files

* Create new step for moving and updating ffmpeg files

* Move path commands to path step

* Install ffmpeg quietly

* Update brew quietly, move ffmpeg files after unzip

* Configure and make ffmpeg

* Install and cache ffmpeg via GH action

* Trigger cache hit to test ffmpeg action

* Remove ffmpeg install from Linux as action handles it

* Remove ffmpeg install from Windows as action handles it

* Trigger cache hit

* Add script for installing pango to archive

* Update pango file extension

* Add rm command to script

* Install pango via brew for now

* Test archived cache method

* Comment out cache action to use custom cache

* Revert "Comment out cache action to use custom cache"

This reverts commit 0ec6f14ee5.

* Revert "Test archived cache method"

This reverts commit 2b85b93050.

* Remove pango install script, get back to it later

* Remove ffmpeg url from windows dependency

* Update .github/workflows/ci.yml

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update poetry cache key

* Add comment description for brew cache

* Openssl and readline provided by macOS by default

* Update .github/workflows/ci.yml

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Update .github/workflows/ci.yml

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Use python location for cache key to update with each python patch

* Trigger pip cache

* Check cache size of python location

An attempt to speed up wheel installations for poetry and dependencies.

* Handle pip and python cache separately

* Fix typo

* Trigger python cache

* Remove Pango from Windows dependencies

It probably doesn't need it.

* Remove Pango version variable from Windows deps

* Remove pango from windows manim deps json

* Add python version to step names

* No need to cache brew for now

* Setup python cache only for linux and macos

Seems to be frozen for windows

* pkg-config comes with macOS as default

* Setup cache for poetry venv

* Trigger poetry cache

* Trigger poetry cache

* Trigger caches

* Trigger caches

* Setup macOS tinytex cache

* Curl in silent mode

* Revert "Curl in silent mode"

This reverts commit e81d1ff51a.

* Extract silently

* Extract to tinytex dir

* Cache extracted files and not compressed

* Fix path typo

* Try to get tlmgr to work

* Install tinytex and cairo separately

* Add tinytex to github path

* Trigger macOS cache hit

* Separate win and macOS dependencies

* Install each tinytex package in loop

* Increment macOS cache test number

* Fix typo

* Try to fix bash errors

* Move 'completed' message at end of run

* Update macOS cache path

* Update /home/rickyc0626 to /home/rickyc0626/manim-community

* Return PATH to normal after tinytex install

* Increment macOS cache test number

* Trigger cache hit

* Update macOS cache key to prod

* Convert JSON indentation to spaces

* Trigger cache save

* Trigger cache hit

* Update macOS tinytex link

* Trigger cache hit

* Poetry venv is created by default

* Move macos tinytex dependencies to manimdependency.json

* Update .github/manimdependency.json

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* Remove ls from macOS install

* Install tinytex to  then extract to cache

* Remove pip cache as poetry venv will hold dependencies

* Test poetry venv cache for pip files

* Trigger cache hit

* Remove test poetry cache key

Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
2021-04-16 01:07:37 +05:30
Benjamin Hackl
3e8615dfa5
Added mixed-line-ending to .pre-commit-config.yaml (#1294)
* added mixed-line-ending to .pre-commit-config.yaml

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-04-09 02:28:31 +02:00
Jason Villanueva
1e049d8bd2
Fixed flake8 errors and removed linter/formatter workflows (#1278)
* Fixed flake8 in files outside of manim/manim

* Removed linter/formatter workflows

* Small update to pre-commit in contributing guideline

* Better English/grammar in doc
2021-04-07 06:14:14 -07:00
Ricky Chon
6d0d2bd766
CI: Turn off experimental installer for poetry to fix installation errors (#1263)
* Turn off experimental installer for poetry

* Slap GitHub Actions

* Update poetry.lock

* Downgrade py39 to py38 for flake
2021-04-05 22:22:11 +05:30
Ricky Chon
ace2bda445
CI: Fix macOS pipeline failure (#1255)
* Possible fix for macOS pipeline failure

* Revert back to --cask flag

* Remove cask command

* Remove cleanup command

* Revert "Remove cleanup command"

This reverts commit 63f59be5c9.

* Combine brew install statements

* Add --reinstall flag to tlmgr install just in case

* Fix typo

* Isolate dvisvgm.x86_64-darwin installation

* Remove dvisvgm.x86_64-darwin dependency

* Remove legacy dvisvgm package from mac install

* Remove brew update cmd and tlgmr --reinstall flag

Could improve build speed

* Bring back brew update but only upgrade basictex

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
2021-04-05 01:48:59 -07:00
Abel Aebker
e917b315a5
Remove notice that GitHub doesn't allow uploading video. (#1254) 2021-04-05 08:27:06 +02:00