We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f29158 commit dca671cCopy full SHA for dca671c
.github/workflows/python-unit-test.yml
@@ -18,6 +18,8 @@ jobs:
18
python:
19
strategy:
20
matrix:
21
+ strategy:
22
+ fail-fast: false
23
pyver_os:
24
- ver: "2.7"
25
os: ubuntu-22.04
@@ -69,7 +71,7 @@ jobs:
69
71
tox=tox
70
72
virtualenv=virtualenv
73
fi
- 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"
75
# If you have additional OS dependency packages e.g. libcairo2-dev
76
# then put them in .github/config/ubuntu-requirements.txt, one
77
# package per line.
0 commit comments