mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-24 14:26:11 +02:00
fix python error (dulwich)
synchronized workflow yml files
This commit is contained in:
parent
46acca2dba
commit
2e08ee04bd
2 changed files with 14 additions and 8 deletions
|
@ -11,7 +11,7 @@ installed_pkgs = {pkg.key for pkg in pkg_resources.working_set}
|
|||
missing_pkgs = required_pkgs - installed_pkgs
|
||||
|
||||
if missing_pkgs:
|
||||
env.Execute('"$PYTHONEXE" -m pip install dulwich --global-option="--pure"')
|
||||
env.Execute('"$PYTHONEXE" -m pip install dulwich')
|
||||
|
||||
from dulwich import porcelain
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue