We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c9bf5 commit e4e994dCopy full SHA for e4e994d
.github/workflows/generate.yaml
@@ -36,8 +36,7 @@ jobs:
36
sudo apt update
37
sudo apt install python3
38
echo "using $(python3 --version)"
39
- curl https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py
40
- python3 get-pip.py
+ echo "using $(pip --version)"
41
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
42
- uses: googleapis/code-suggester@v2 # takes the changes from git directory
43
env:
0 commit comments