From cef5baaa9c90117879592f0e172d08beb1ec6cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 13 May 2021 14:13:24 +0200 Subject: [PATCH] Install six --- .github/workflows/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index fdbb53c29da..4ae6f1dc9bd 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -85,7 +85,7 @@ jobs: - name: Install Dependencies shell: bash run: | - pip install cython setuptools pytest jira + pip install cython setuptools six pytest jira - name: Run Release Test shell: bash run: |