Skip to content

Commit dca671c

Browse files
committed
XXX test
1 parent 5f29158 commit dca671c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python:
1919
strategy:
2020
matrix:
21+
strategy:
22+
fail-fast: false
2123
pyver_os:
2224
- ver: "2.7"
2325
os: ubuntu-22.04
@@ -69,7 +71,7 @@ jobs:
6971
tox=tox
7072
virtualenv=virtualenv
7173
fi
72-
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@51d7adc7b8f7c9b8b84f982a3e7b63d1d21f5264"
74+
pip install "$tox" "$virtualenv" "git+https://github.com/linux-system-roles/tox-lsr@2fdf299d364ee1f80ba8949ffdc122d9cba63ef4"
7375
# If you have additional OS dependency packages e.g. libcairo2-dev
7476
# then put them in .github/config/ubuntu-requirements.txt, one
7577
# package per line.

0 commit comments

Comments
 (0)