We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981b34f commit 255c86bCopy full SHA for 255c86b
.github/workflows/python-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/setup-python@v2
23
24
- name: Install package
25
- run: python -m pip install -U .
+ run: python -m pip install -U manim tqdm
26
27
- name: Install cibuildwheel
28
run: python -m pip install -U setuptools wheel pip
0 commit comments