diff --git a/.azure-pipelines/tox.yaml b/.azure-pipelines/tox.yaml index d035f2c..0a2c12f 100644 --- a/.azure-pipelines/tox.yaml +++ b/.azure-pipelines/tox.yaml @@ -37,7 +37,7 @@ steps: # Run tox environments using 'uv tool run' - script: | - uv tool run tox -v + uv run pytest displayName: 'Run tox environments for Python 3.12, 3.11, and 3.10 using uv' # Publish test results