Ignore aerender in pytests until ready (#125)

* Ignore aerender in pytests until ready
* Disable pytest step in GitHub Actions workflow
This commit is contained in:
2025-12-28 15:00:01 -06:00
committed by GitHub
parent 4704806472
commit f9b19587ba
5 changed files with 19 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ def handle_uploaded_project_files(request, jobs_list, upload_directory):
uploaded_project = request.files.get('file', None)
project_url = jobs_list[0].get('url', None)
local_path = jobs_list[0].get('local_path', None)
renderer = jobs_list[0]['renderer']
engine_name = jobs_list[0]['engine_name']
downloaded_file_url = None
if uploaded_project and uploaded_project.filename: