Open tsibley opened 13 hours ago
GitHub Actions runner image version remains the same across both (ubuntu-20.04 20241124.1.0
), which was my first thought here. But I realized that didn't make sense as the issue is within the ambient runtime set up by our CI tests using Conda, which means it uses its own OpenSSL library instead of the system's.
pyOpenSSL is implicated in the error message, so I checked its release history, and sure enough, 24.3.0 was released (after our normal daily CI run) and tests broke the next morning. I highly suspect that's not spurious correlation. Need to verify though.
May be deeper:
Error is:
``` Traceback (most recent call last): File "/home/runner/miniconda3/envs/test/bin/nextstrain", line 5, inAttributeError: module 'lib' has no attribute 'X509_V_FLAG_NOTIFY_POLICY'
Example of last good run and first bad run.