In the workflow "Run Tests", when Python 3.11.x is installed onto ubuntu from actions/setup-python, the run-tests script segfaults.
With Python 3.10 from setup-python, or with 3.11 on other platforms, or with 3.11.0rc2 installed from apt, it works fine.
In the workflow "Run Tests", when Python 3.11.x is installed onto ubuntu from
actions/setup-python
, the run-tests script segfaults. With Python 3.10 fromsetup-python
, or with 3.11 on other platforms, or with 3.11.0rc2 installed fromapt
, it works fine.https://github.com/CountESS-Project/CountESS/actions/runs/4298707131/
This is a mystery. I'm going to temporarily remove the failing ones and come back to it later.