From fce7274fb85337d8376f7c51671d1b05164243ac Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Mon, 23 Sep 2024 19:42:10 -0400 Subject: [PATCH] remove installing synthtool --- .github/workflows/verify_library_generation.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/verify_library_generation.yaml b/.github/workflows/verify_library_generation.yaml index 26478b982a..352207660f 100644 --- a/.github/workflows/verify_library_generation.yaml +++ b/.github/workflows/verify_library_generation.yaml @@ -88,21 +88,6 @@ jobs: pushd library_generation pip install -r requirements.txt popd - - name: install synthtool - shell: bash - run: | - set -ex - mkdir -p /tmp/synthtool - pushd /tmp/synthtool - if [ ! -d "synthtool" ]; then - git clone https://github.com/googleapis/synthtool.git - fi - pushd "synthtool" - - git reset --hard origin/no-java-templates - - python3 -m pip install -e . - python3 -m pip install -r requirements.in - name: Run shell unit tests run: | set -x