Skip to content

Commit 255c86b

Browse files
committed
fix: manual install
1 parent 981b34f commit 255c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v2
2323

2424
- name: Install package
25-
run: python -m pip install -U .
25+
run: python -m pip install -U manim tqdm
2626

2727
- name: Install cibuildwheel
2828
run: python -m pip install -U setuptools wheel pip

0 commit comments

Comments
 (0)