We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python -m tox -r
1 parent 6e8305a commit 824ba41Copy full SHA for 824ba41
.circleci/config.yml
@@ -211,7 +211,7 @@ windows_steps: &windows_steps
211
command: pip install --user tox
212
- run:
213
name: run tox
214
- command: 'C:/Users/circleci.PACKER-6400C91A/AppData/Roaming/Python/Python311/Scripts/tox.exe -r'
+ command: python -m tox -r
215
- save_cache:
216
paths:
217
- .tox
newsfragments/2923.internal.rst
@@ -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