From 36f5eedb97c42db858a39d2d9d8ce40e2940b7cd Mon Sep 17 00:00:00 2001 From: Carol Abadeer Date: Wed, 14 Dec 2022 11:35:37 -0800 Subject: [PATCH] update pinned version to fix py3.4 compatibility update pinned version to fix py3.4 compatibility --- .github/workflows/UnitTesting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/UnitTesting.yaml b/.github/workflows/UnitTesting.yaml index 9f71c1db..69c044c2 100644 --- a/.github/workflows/UnitTesting.yaml +++ b/.github/workflows/UnitTesting.yaml @@ -36,7 +36,7 @@ jobs: python-version: ${{ env[matrix.python-version] }} - name: Install tox - run: pip install tox==3.27.1 -U tox-factor + run: pip install tox <= 3.27.1 -U tox-factor - name: Cache tox environment # Preserves .tox directory between runs for faster installs