Skip to content

Commit

Permalink
Update dawdreamer_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Sep 18, 2023
1 parent 837d3e4 commit b0e7da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dawdreamer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def is_pytesting():

if platform.system() == "Darwin":

# append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "DimensionExpander.vst") # sometimes returns nan in GitHub Action
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "DimensionExpander.component")
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "DimensionExpander.vst")

# append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst") # sometimes returns array of zeros in GitHub Action
append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst3")
Expand Down

0 comments on commit b0e7da2

Please sign in to comment.