From cf04059fc89ce2666ebdecc728b032ff1bdc47d0 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 11 Feb 2022 23:46:58 +0100 Subject: [PATCH] test: Use new py26 environment Signed-off-by: Till Maas --- .github/workflows/tox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 0e7318d..5e94d5b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy - pull_request - push env: - TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@2.9.1" + TOX_LSR: "git+https://github.com/linux-system-roles/tox-lsr@b7eba23c42e131b988df3dab87e52be51f0ff373" LSR_ANSIBLE_TEST_DOCKER: "true" LSR_ANSIBLES: 'ansible==2.9.*' LSR_MSCENARIOS: default @@ -49,4 +49,4 @@ jobs: - name: checkout PR uses: actions/checkout@v2 - name: Run py26 tests - uses: linux-system-roles/lsr-gh-action-py26@1.0.1 + uses: linux-system-roles/lsr-gh-action-py26@1.0.2