diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4702198..7da072a 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -28,6 +28,7 @@ jobs: - name: set python version id: set-python run: | + rye config --set-bool behavior.use-uv=false rye pin cpython@${{ matrix.python-version }} cat .python-version VERSION=$(cat .python-version)