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 3f62ce5Copy full SHA for 3f62ce5
.github/workflows/python-unit-test.yml
@@ -17,6 +17,7 @@ permissions:
17
jobs:
18
python:
19
strategy:
20
+ fail-fast: false
21
matrix:
22
pyver_os:
23
- ver: "2.7"
@@ -69,7 +70,7 @@ jobs:
69
70
tox=tox
71
virtualenv=virtualenv
72
fi
- 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"
74
# If you have additional OS dependency packages e.g. libcairo2-dev
75
# then put them in .github/config/ubuntu-requirements.txt, one
76
# package per line.
0 commit comments