mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-02 02:31:38 +02:00
0.5.91
fix workflow
This commit is contained in:
parent
4f0d365211
commit
b63a54a09e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ import shutil
|
|||
import pkg_resources
|
||||
from datetime import date
|
||||
from pathlib import Path
|
||||
from dulwich import porcelain
|
||||
|
||||
required_pkgs = {'dulwich'}
|
||||
installed_pkgs = {pkg.key for pkg in pkg_resources.working_set}
|
||||
|
@ -15,6 +14,7 @@ missing_pkgs = required_pkgs - installed_pkgs
|
|||
if missing_pkgs:
|
||||
env.Execute('"$PYTHONEXE" -m pip install dulwich')
|
||||
|
||||
from dulwich import porcelain
|
||||
|
||||
def get_git_sha():
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue