Lucas Partridge

Results 5 issues of 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...

needs eyes
feature request

### 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...

type: support

**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...

bug

### 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...

Bug
Needs Reproducible Code

I've got automated tests for Jupyter notebooks in an Azure DevOps pipeline that runs each notebook like this in Python 3.9 on Windows: `jupyter nbconvert --to html --execute my-notebook.ipynb` Normally,...