Skip to content

Commit

Permalink
Downgrade tox
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson committed Dec 14, 2022
1 parent d9d694a commit 20692c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands:
default: "17,18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,43,44,45,50,51,52,latest"
steps:
- checkout
- run: pip install --user tox
- run: pip install --user tox~=3.27
- run: tox -e "<<parameters.version>>-sphinx{<<parameters.sphinx-version>>}"
run-build:
description: "Ensure built assets are up to date"
Expand Down

0 comments on commit 20692c2

Please sign in to comment.