Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pylint
pip install -r requirements.txt
python -m pip install flake8 pylint
python -m pip install .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Install using pip (>= 19.0).

```bash
pip install --upgrade pip
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.8.0
pip install git+https://github.com/cms-l1-globaltrigger/tm-diff.git@0.8.1
```

## Basic usage
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.0
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.1
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
python_requires = >=3.6
packages = find:
install_requires =
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.0
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.11.1
test_suite = tests

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion tmDiff/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.8.1"