Skip to content

Commit

Permalink
use tox-lsr version 2.13.2
Browse files Browse the repository at this point in the history
Use tox-lsr version 2.13.2 in order to pick up the codecov
fix.
linux-system-roles/tox-lsr#109

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Feb 10, 2023
1 parent 4039701 commit 5278774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"

0 comments on commit 5278774

Please sign in to comment.