Skip to content

Commit b40de05

Browse files
committed
Fix ci error
1 parent 1948f04 commit b40de05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
mypy .
3131
- name: Ensure library work without docxcompose
3232
run: |
33-
pip uninstall docxcompose
33+
pip uninstall -y docxcompose
3434
python -c "from docxtpl import *"

0 commit comments

Comments
 (0)