Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Oct 16, 2024
1 parent 478a8cc commit e99c7a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/tests/algorithms_tests/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def try_create_algorithm():
"inputs": [ci.pk],
"outputs": [ComponentInterfaceFactory().pk],
"minimum_credits_per_job": 20,
"job_requires_gpu_type": GPUTypeChoices.NO_GPU,
"job_requires_memory_gb": 4,
"contact_email": creator.email,
"display_editors": True,
"access_request_handling": AccessRequestHandlingOptions.MANUAL_REVIEW,
Expand Down

0 comments on commit e99c7a6

Please sign in to comment.