Skip to content

Commit

Permalink
remove installing synthtool
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 23, 2024
1 parent c491e1f commit fce7274
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/verify_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fce7274

Please sign in to comment.