Adrian Valente

Results 14 comments of Adrian Valente

@napulen thanks for this solution, indeed it solves the issue with gh-actions! It appears that python 3.12.1 was installed by default despite the python-version variable being set to 3.11 in...

Hi all, same error on macOS 12.5.1 (on x86 arch), python 3.10 or 3.12 equally, that disappears when rolling back to river 0.19.0 however. The command `rustup target add x86_64-apple-darwin`...

Hello, in my latest workflow run from Tuesday, the problem persisted exactly as stated here. As mentioned it is not critical because one can easily appending `conda install -y python=3.11`...

Maybe I should give more details though, lest you stay stuck: The setup-python action apparently gives a correct result: ``` Run actions/setup-python@v5 with: python-version: 3.11 check-latest: false token: *** update-environment:...