Lucas Partridge
Lucas Partridge
I'm using a self-hosted Windows 10 runner with GHES 3.6.5. The actions/setup-python@v4 step in my workflow fails with: `unable to get local issuer certificate`. I _presume_ I need to get...
### Description I don't know if this is a bug or just a question.... Prior to pip 23.1 (e.g., 23.0.1) I was able to install my custom Python package with...
**Describe the bug** We have code that is run in Azure DevOps using Python's multiprocessing library executed via Python's built-in unittest module. With print() statements in the parallel code we...
### Describe the bug We have a custom estimator class that inherits from `sklearn.base.BaseEstimator` and `RegressorMixin`. We run automated unit tests in Azure DevOps pipelines on both Windows Server 2022...