Skip to content

Commit

Permalink
CI: stats: add hypothesis to macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthasheshpatel committed Aug 3, 2021
1 parent a13a73b commit acf4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install packages
run: |
pip install ${{ matrix.numpy-version }}
pip install setuptools wheel cython pytest pytest-xdist pybind11 pytest-xdist mpmath gmpy2 pythran
pip install setuptools wheel cython pytest hypothesis pytest-xdist pybind11 pytest-xdist mpmath gmpy2 pythran
- name: Test SciPy
run: |
Expand Down

0 comments on commit acf4c1b

Please sign in to comment.