File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
CIBW_ARCHS : auto64
213
213
CIBW_ARCHS_MACOS : ${{matrix.ARCHS}}
214
214
CIBW_ENVIRONMENT_MACOS : ARCHS="${{matrix.ARCHS}}"
215
- CIBW_TEST_SKIP : " *311* * arm64*" # Skip 311 because some vst effects output silence on GitHub Actions only
215
+ CIBW_TEST_SKIP : " *arm64*"
216
216
217
217
- uses : actions/upload-artifact@v3
218
218
with :
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def is_pytesting():
88
88
append_if_exists (ALL_PLUGIN_EFFECTS , PLUGINS / "DimensionExpander.component" )
89
89
90
90
# append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst") # sometimes returns array of zeros in GitHub Action
91
- append_if_exists (ALL_PLUGIN_EFFECTS , PLUGINS / "RoughRider3.vst3" )
91
+ # append_if_exists(ALL_PLUGIN_EFFECTS, PLUGINS / "RoughRider3.vst3") # sometimes outputs silence on GitHub action macOS Python 3.9
92
92
append_if_exists (ALL_PLUGIN_EFFECTS , PLUGINS / "RoughRider3.component" )
93
93
94
94
# # todo: the Valhalla Freq Echo plugins sometimes work and sometimes just output NAN.
You can’t perform that action at this time.
0 commit comments