File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 python-version : ${{ matrix.python-version }}
2525 - name : Install dependencies
2626 run : |
27- python -m pip install --upgrade pip
27+ python -m pip install --upgrade pip==19.3.1
2828 pip install flake8 pytest pybind11
2929 pip install -e ".[testing]"
3030 - name : Lint with flake8
Original file line number Diff line number Diff line change 1919 python-version : ' 3.x'
2020 - name : Install dependencies
2121 run : |
22- python -m pip install --upgrade pip
22+ python -m pip install --upgrade pip==19.3.1
2323 pip install setuptools wheel twine
2424 - name : Build and publish
2525 env :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.10 "
1+ __version__ = "0.1.0 "
Original file line number Diff line number Diff line change 3131 'scipy' ,
3232 'numpy' ,
3333 'matplotlib' ,
34- 'phat' ,
34+ 'phat==1.5.0a0 ' ,
3535 'persim'
3636 ],
3737 extras_require = { # use `pip install -e ".[testing]"`
You can’t perform that action at this time.
0 commit comments