Skip to content

Commit 824ba41

Browse files
committed
Use python -m tox -r for win CI wheel builds.
1 parent 6e8305a commit 824ba41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ windows_steps: &windows_steps
211211
command: pip install --user tox
212212
- run:
213213
name: run tox
214-
command: 'C:/Users/circleci.PACKER-6400C91A/AppData/Roaming/Python/Python311/Scripts/tox.exe -r'
214+
command: python -m tox -r
215215
- save_cache:
216216
paths:
217217
- .tox

newsfragments/2923.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update win wheel CI builds to use ``python -m tox -r`` instead of specifying the ``tox`` executable directly.

0 commit comments

Comments
 (0)