File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- pip install flake8 pylint
30- pip install -r requirements.txt
29+ python -m pip install flake8 pylint
30+ python -m pip install .
3131 - name : Lint with flake8
3232 run : |
3333 # stop the build if there are Python syntax errors or undefined names
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Install using pip (>= 19.0).
77
88``` bash
99pip install --upgrade pip
10- pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.8.0
10+ pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.8.1
1111```
1212
1313## Basic usage
Original file line number Diff line number Diff line change 1- tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.0
1+ tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ classifiers =
1515python_requires = >=3.6
1616packages = find:
1717install_requires =
18- tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.0
18+ tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.1
1919test_suite = tests
2020
2121[options.packages.find]
Original file line number Diff line number Diff line change 1- __version__ = "0.8.0 "
1+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments