We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c9bf5 commit 9ade461Copy full SHA for 9ade461
.github/workflows/generate.yaml
@@ -36,7 +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
+ curl -O https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py
40
python3 get-pip.py
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
0 commit comments