We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1948f04 commit b40de05Copy full SHA for b40de05
1 file changed
.github/workflows/codestyle.yml
@@ -30,5 +30,5 @@ jobs:
30
mypy .
31
- name: Ensure library work without docxcompose
32
run: |
33
- pip uninstall docxcompose
+ pip uninstall -y docxcompose
34
python -c "from docxtpl import *"
0 commit comments