Closed alexpalms closed 1 year ago
@alexpalms No, but the reason is probably some unpinned dependency, maybe python itself.
See the workling: Successfully set up CPython (3.11.2) vs Non working: Successfully set up CPython (3.11.3)
Maybe it needs a newer pip version. I'd try doing pip install --upgrade pip
before the build and if that doesn't fix it, try pinning the python version to 3.11.2 and wait until someone else fixes the setup python action.
@discordianfish no idea why this is failing, as nothing changed in that preparation point since last working time (here: https://github.com/diambra/arena/actions/runs/4604097793/jobs/8134715119)...
Any hint?