use tox-lsr version 2.13.2

Use tox-lsr version 2.13.2 in order to pick up the codecov
fix.
https://github.com/linux-system-roles/tox-lsr/pull/109

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson 2023-02-10 16:26:23 -07:00 committed by Till Maas
parent 4039701f30
commit 482560f43a

View file

@ -46,7 +46,7 @@ jobs:
run: |
set -euxo pipefail
python -m pip install --upgrade pip
pip install "git+https://github.com/linux-system-roles/tox-lsr@2.13.1"
pip install "git+https://github.com/linux-system-roles/tox-lsr@2.13.2"
# If you have additional OS dependency packages e.g. libcairo2-dev
# then put them in .github/config/ubuntu-requirements.txt, one
# package per line.
@ -78,4 +78,4 @@ jobs:
- name: Run py26 tests
uses: linux-system-roles/lsr-gh-action-py26@1.0.2
env:
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.1"
TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.13.2"