Skip to content

Commit 6e5f182

Browse files
committed
workflows/static-analysis.yml: Downgrade the python-debian package
This is a workaround for [1], see also [2]. [1] AttributeError: 'TypeVar' object attribute '__doc__' is read-only Error: Process completed with exit code 1. [2] fsfe/reuse-tool#427 Signed-off-by: Frank Viernau <[email protected]>
1 parent af06a0a commit 6e5f182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
- name: Check REUSE Compliance
5555
run: |
5656
pip install --user reuse
57+
pip install --user --force-reinstall python-debian==0.1.40
5758
~/.local/bin/reuse lint

0 commit comments

Comments
 (0)