File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 4949 run : |
5050 mypy --config-file pyproject.toml
5151 - name : Test with pytest and display Coverage
52+ env :
53+ RATESLIB_LICENCE : ${{ secrets.RATESLIB_LICENCE }}
5254 run : |
5355 coverage run -m --source=rateslib pytest
5456 coverage report -m
Original file line number Diff line number Diff line change 3232 pip install -r requirements-minimum.txt
3333 pip install . -v
3434 - name : Test with pytest
35+ env :
36+ RATESLIB_LICENCE : ${{ secrets.RATESLIB_LICENCE }}
3537 run : |
3638 pytest
Original file line number Diff line number Diff line change 3333 python -m pip install --upgrade pip
3434 pip install .[dev] -v
3535 - name : Test with pytest
36+ env :
37+ RATESLIB_LICENCE : ${{ secrets.RATESLIB_LICENCE }}
3638 run : |
3739 pytest
Original file line number Diff line number Diff line change 3434 pip install -r requirements-minimum.txt
3535 pip install . -v
3636 - name : Test with pytest
37+ env :
38+ RATESLIB_LICENCE : ${{ secrets.RATESLIB_LICENCE }}
3739 run : |
3840 pytest
You can’t perform that action at this time.
0 commit comments