From 21c9cb348718d5bbc7d79c68167d9edbd5fb424c Mon Sep 17 00:00:00 2001 From: Vitor Guidi Date: Fri, 10 May 2024 21:24:51 +0000 Subject: [PATCH] Running workflow only for windows, removing cd command from install wheel so all happens in same folder --- .github/workflows/build_python_deps_linux.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_python_deps_linux.yml b/.github/workflows/build_python_deps_linux.yml index 2b3f42e3d6..f18af630d2 100644 --- a/.github/workflows/build_python_deps_linux.yml +++ b/.github/workflows/build_python_deps_linux.yml @@ -19,12 +19,12 @@ jobs: ["3.12","cp312-*"], ] wheel_combinations: [ - ["ubuntu-latest", "x86_64"], + #["ubuntu-latest", "x86_64"], ["windows-latest", "x86_64"], - ["macos13", "x86_64"], - ["macos13", "arm64"], - ["macos14", "x86_64"], - ["macos14", "arm64"], + #["macos13", "x86_64"], + #["macos13", "arm64"], + #["macos14", "x86_64"], + #["macos14", "arm64"], ] fail-fast: false @@ -45,12 +45,10 @@ jobs: - name: Download and Untar File - Unix if: matrix.wheel_combinations[0] != 'windows-latest' run: | - cd /tmp wget -O grpcio-1.63.0.tar.gz https://files.pythonhosted.org/packages/0c/2a/23943e19b4bbbdad60a9d881e44cd53bb48b31c7419ebb7b983edfbbb708/grpcio-1.63.0.tar.gz - name: Build wheels run: | - cd /tmp python -m cibuildwheel rpcio-1.63.0.tar.gz --output-dir wheelhouse # to supply options, put them in 'env', like: env: