diff --git a/.github/workflows/bleeding_edge.yml b/.github/workflows/bleeding_edge.yml index 1f9cb300..3576453c 100644 --- a/.github/workflows/bleeding_edge.yml +++ b/.github/workflows/bleeding_edge.yml @@ -28,6 +28,12 @@ jobs: with: python-version: ${{ matrix.python-version }} enable-cache: false + version: '>=0.6,<0.7' + + - name: Configure uv + run: | + echo "UV_PREVIEW=1" >> $GITHUB_ENV + - name: Set PYTHON_GIL if: ${{ endswith( matrix.python-version , 't' ) }} run: |