diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 8da985c..7b3bbae 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -206,8 +206,8 @@ jobs: - name: Install built packages for testing run: | - # Create a virtual environment - uv venv + # Create a virtual environment with the correct Python version + uv venv --python python${{ matrix.python }} source .venv/bin/activate || source .venv/Scripts/activate # Install the built wheels directly to ensure we use locally built packages