Skip to content

Commit d6fa64b

Browse files
committed
Fix tox version to 3.28.0
1 parent 01a2581 commit d6fa64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- restore_project_workspace
145145
- restore_pip_cache
146-
- run: pip install tox==4.4.4
146+
- run: pip install tox==3.28.0
147147
- run: tox
148148

149149
workflows:

0 commit comments

Comments
 (0)