Skip to content

Commit fe811df

Browse files
committed
XXX run tests against tox-lsr@main
Until linux-system-roles/tox-lsr#188 gets released.
1 parent bb8b7a3 commit fe811df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
python3 -m pip install --upgrade pip
9090
sudo apt update
9191
sudo apt install -y --no-install-recommends git ansible-core genisoimage qemu-system-x86 podman
92-
pip3 install "git+https://github.com/linux-system-roles/[email protected]"
92+
# until https://github.com/linux-system-roles/tox-lsr/pull/188 gets released
93+
# pip3 install "git+https://github.com/linux-system-roles/[email protected]"
94+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@main"
9395
9496
- name: Configure tox-lsr
9597
if: steps.check_platform.outputs.supported

0 commit comments

Comments
 (0)