Merge pull request #134 from joemarshall/mac_bugfix

mac test bugfix bugfix
pull/254/head
Alain Pelletier 2024-01-16 12:35:21 -04:00 zatwierdzone przez GitHub
commit 88f7b5fc0c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ with tempfile.TemporaryDirectory() as td:
# blender 4.0 installing addon crashes sometimes on mac github actions...
for x in range(NUM_RETRIES):
try:
subprocess.run(command, shell=True, check=True,capture_output=True``)
subprocess.run(command, shell=True, check=True,capture_output=True)
sys.exit(0)
except subprocess.CalledProcessError as e:
print("Install addon failed, retrying:",e)