What went wrong?
My ape-config.yaml has a pinned plugin in it:
plugins:
- name: aws
version: ">=0.8.1b1"
However, ape plugins install -U . will not install pinned plugins, so it does not end up in the build
How can it be fixed?
Work around is to add the pinned plugin to requirements.txt instead