CountESS-Project / CountESS

CountESS
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Workflow tests failing under 3.11 #5

Closed nickzoic closed 7 months ago

nickzoic commented 1 year ago

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.

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.

nickzoic commented 7 months ago

I'm just going to close this one and worry about non-"setup-python" platforms in #35