adafruit / Adafruit_Python_PlatformDetect

MIT License
58 stars 233 forks source link

Add Repka Pi-3 H5 and Pi-4 H6 constants #336

Closed mahenzon closed 8 months ago

mahenzon commented 8 months ago

Hi. I'd like to add support for Repka-Pi boards

mahenzon commented 8 months ago

I see that the check fails on the Build assets step in the tests job. The error says "Only a single package is supported". I checked the circuitpython-build-tools and the error text is defined here: https://github.com/adafruit/circuitpython-build-tools/blob/152702f7f20c38add11fa6715b77d8cc391ceb7b/circuitpython_build_tools/build.py#L211

It gets packages here: https://github.com/adafruit/circuitpython-build-tools/blob/152702f7f20c38add11fa6715b77d8cc391ceb7b/circuitpython_build_tools/build.py#L195

And in this project packages are defined here: https://github.com/adafruit/Adafruit_Python_PlatformDetect/blob/197c36dfc33abccbd40ffa898fb7c40f0271ecc6/pyproject.toml#L34

This line wasn't edited here, so the error is not caused by this PR.

Is there anything I can do to make the pipelines green?

makermelissa commented 8 months ago

I see that the check fails on the Build assets step in the tests job. The error says "Only a single package is supported". I checked the circuitpython-build-tools and the error text is defined here: https://github.com/adafruit/circuitpython-build-tools/blob/152702f7f20c38add11fa6715b77d8cc391ceb7b/circuitpython_build_tools/build.py#L211

Not your fault. It was an accidental carryover in GitHub Actions. It should be fixed now.