Skip to content

Commit 3f62ce5

Browse files
committed
XXX test
1 parent 5f29158 commit 3f62ce5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-unit-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717
jobs:
1818
python:
1919
strategy:
20+
fail-fast: false
2021
matrix:
2122
pyver_os:
2223
- ver: "2.7"
@@ -69,7 +70,7 @@ jobs:
6970
tox=tox
7071
virtualenv=virtualenv
7172
fi
72-
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@51d7adc7b8f7c9b8b84f982a3e7b63d1d21f5264"
73+
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@844b8aff80891d1cd8094990d681f82f4feb2d41"
7374
# If you have additional OS dependency packages e.g. libcairo2-dev
7475
# then put them in .github/config/ubuntu-requirements.txt, one
7576
# package per line.

0 commit comments

Comments
 (0)