conda-forge / conda-forge/conda-forge-bot
Bug rerendering multi-output feedstock
Open
- Dominant language
- Python
- Stars
- 76
- Forks
- 99
- Avg merge
- 1h 44m
- Merged PRs (30d)
- 126
Description
I have a multi-output feedstock. For ARM OSX migration I'm seeking to build on of the outputs only for Python >= 3.9 (the reason is not relevant for this issue), the other output does not use Python at all.
Now when I do:
```yaml
build:
number: 0
skip: true # [py<39 and osx and not x86_64]
```
without any Python dependency for the Python independent part of this feedstock, the bot fails to create the OSX ARM builds all-together. It only works when I put some unused Python dependency everywhere.
See https://github.com/conda-forge/gmatelastoplasticqpot-feedstock/pull/23
Contributor guide
Assessment
This issue has not been assessed yet.