-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
Description
We previously could merge PRs that had failed runs, but this is no longer the case. What can we do?
This particularly impacts noarch recipes where some dependencies are not available on all platforms, but are on linux-64, which is what the feedstock will ultimately use. This is often the case for R ecosystem, where win-64 only has partial coverage, but we cannot add a skip on noarch due to prohibition of platform-specific selectors.