File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 - name : Install dependencies
3838 run : |
3939 python -m pip install --upgrade pip
40- python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython pytest pytest-cov flake8
40+ python -m pip install --only-binary=numpy,scipy numpy scipy Cython pytest pytest-cov flake8
4141 python -m pip install -e .[tests]
4242
4343 - name : Lint with flake8
Original file line number Diff line number Diff line change 4040 - name : Install dependencies
4141 run : |
4242 python -m pip install --upgrade pip
43- python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
43+ python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
4444
4545 - name : Build wheels
4646 run : python setup.py bdist_wheel
7878 - name : Install dependencies
7979 run : |
8080 python -m pip install --upgrade pip
81- python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
81+ python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
8282
8383 - name : Build source tar file
8484 run : python setup.py sdist
You can’t perform that action at this time.
0 commit comments