Skip to content

Commit

Permalink
Use python -m tox -r for win CI wheel builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Apr 18, 2023
1 parent 6e8305a commit e8677d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ windows_steps: &windows_steps
command: pip install --user tox
- run:
name: run tox
command: 'C:/Users/circleci.PACKER-6400C91A/AppData/Roaming/Python/Python311/Scripts/tox.exe -r'
command: python -m tox -r
- save_cache:
paths:
- .tox
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2923.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update win wheel CI builds to use ``python -m tox -r`` instead of specifying the ``tox`` executable directly.

0 comments on commit e8677d3

Please sign in to comment.