NathanY3G / rp2040-pio-emulator

RP2040 emulator for the testing and debugging of PIO programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated CI build fails

NathanY3G opened this issue · comments

The automated CI build fails with the following error:

Version 3.10.0 with arch x64 not found 

Wonderful! Thanks @aaronjamt 😁

Actually, I don't think that's it (the issue I linked says that Debian isn't supported but you're already using the Ubuntu runner). Check this list and see if there's a newer minor version (3.10.x) since I believe they remove older ones regularly: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Might also want to add Python 3.11 to the CI workflow

Looks like the latest version is 3.10.10

The pipeline doesn't appear to run on my fork so I don't know for sure but the PR i just opened (#62) should fix this (and also add 3.11 support).

Ah, looks like you've got it. Closing my PR

Thank you @aaronjamt for your help. I will continue taking a look at your PRs/MRs after work. Have a great day 😄