Skip to content

Commit

Permalink
fix!: use only Windows workers by default
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Wong <[email protected]>
  • Loading branch information
joel-wong-aws committed Dec 11, 2024
1 parent aec0516 commit 94335a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AWS Deadline Cloud for KeyShot is a python package that allows users to create [
This library requires:
1. KeyShot 2023 or 2024
1. Python 3.9 or higher; and
1. Windows or macOS operating system.
1. Windows or macOS operating system for job submission and Windows operating system for job rendering

## Submitter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def construct_job_template(filename: str) -> dict:
"steps": [
{
"name": "Render",
"hostRequirements": {
"attributes": [{"name": "attr.worker.os.family", "anyOf": ["windows"]}]
},
"parameterSpace": {
"taskParameterDefinitions": [
{"name": "Frame", "type": "INT", "range": "{{Param.Frames}}"}
Expand Down

0 comments on commit 94335a9

Please sign in to comment.