Skip to content

Commit

Permalink
FIX: Install doit
Browse files Browse the repository at this point in the history
  • Loading branch information
DWesl authored Apr 17, 2024
1 parent 759dd33 commit 86e9f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86e9f05

Please sign in to comment.