Skip to content

Commit

Permalink
Update validate-recipes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bberkeyU authored Nov 22, 2024
1 parent 115b0cc commit 8356f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
# Checkout the branch
- name: checkout
uses: actions/checkout@v2 # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2 # use either @v2-beta or @master. Eventually, there will be a @v2 tag.


- name: setup python
Expand Down Expand Up @@ -103,9 +103,9 @@ jobs:
color = None
command = child.split()[0]
if command not in ["data","cal","dark","fw","occ","diffuser",
"calib","occyrel","occxrel","o1,"calret","calpol,
"calib","occyrel","occxrel","o1,"calret","calpol",
"cover","shut","exposure","nd","gain","distortionGrid","modwait",
,"shut","exposure","cover","occ","prefilterrange"]:
"shut","exposure","cover","occ","prefilterrange"]:
warning.write(f"{parent} {{ {child} }} command not found.\n")
if "gain" in child:
state['gain'] = "low" if "low" in child else "high"
Expand Down

0 comments on commit 8356f2b

Please sign in to comment.