From 01a2581a887ab75a877758d83e7c971abe636553 Mon Sep 17 00:00:00 2001 From: Andrzej Pragacz Date: Sat, 30 Dec 2023 01:07:26 +0100 Subject: [PATCH] Fix tox version to 4.4.4 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 38ea0fc..7e65eee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -143,7 +143,7 @@ jobs: steps: - restore_project_workspace - restore_pip_cache - - run: pip install tox + - run: pip install tox==4.4.4 - run: tox workflows: