Skip to content

Commit 01a2581

Browse files
committed
Fix tox version to 4.4.4
1 parent 374f94e commit 01a2581

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
146+
- run: pip install tox==4.4.4
147147
- run: tox
148148

149149
workflows:

0 commit comments

Comments
 (0)