From 86e9f0513e0a64ebd83980adec8c72c8adad9744 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:11:29 -0400 Subject: [PATCH] FIX: Install doit --- .github/workflows/cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 69bd7aa2659d..f5c684429af2 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -48,7 +48,7 @@ jobs: cd builds python3.9 -m pip install --upgrade pip 'setuptools<60' wheel python3.9 -m pip install --upgrade numpy cython pytest pytest-xdist pytest-timeout pybind11 - python3.9 -m pip install --upgrade mpmath gmpy2 pythran threadpoolctl pooch click + python3.9 -m pip install --upgrade mpmath gmpy2 pythran threadpoolctl pooch click doit python3.9 -m pip uninstall -y nose cd .. - name: Check NumPy import