From 58d7072d5a3f43248f6056170ba5e1641d45175c Mon Sep 17 00:00:00 2001 From: jianfengmao Date: Mon, 21 Oct 2024 10:50:12 -0600 Subject: [PATCH] Debug... --- .github/workflows/build_ft_wheel.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_ft_wheel.yml b/.github/workflows/build_ft_wheel.yml index b42fb70..2baf0cd 100644 --- a/.github/workflows/build_ft_wheel.yml +++ b/.github/workflows/build_ft_wheel.yml @@ -15,9 +15,9 @@ jobs: info: - { machine: 'ubuntu-20.04', python: '3.13', arch: 'amd64', cmd: '.github/env/Linux/bdist-wheel.sh' } # - { machine: 'ubuntu-20.04', python: '3.13', arch: 'arm64', cmd: '.github/env/Linux/bdist-wheel.sh' } - - { machine: 'windows-2022', python: '3.13', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } - - { machine: 'macos-13', python: '3.13', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } - - { machine: 'macos-latest', python: '3.13', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } +# - { machine: 'windows-2022', python: '3.13', arch: 'amd64', cmd: '.\.github\env\Windows\bdist-wheel.ps1' } +# - { machine: 'macos-13', python: '3.13', arch: 'amd64', cmd: '.github/env/macOS/bdist-wheel.sh' } +# - { machine: 'macos-latest', python: '3.13', arch: 'arm64', cmd: '.github/env/macOS/bdist-wheel.sh' } steps: @@ -34,7 +34,9 @@ jobs: uv python install 3.13t uv venv --python 3.13t source .venv/bin/activate + uv pip install pip echo PATH=$PATH >> $GITHUB_ENV + export PATH=$PATH - run: ${{ matrix.info.cmd }}