Skip to content

Commit 9ade461

Browse files
authored
fix: Update generate.yaml
1 parent c4c9bf5 commit 9ade461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt update
3737
sudo apt install python3
3838
echo "using $(python3 --version)"
39-
curl https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py
39+
curl -O https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py
4040
python3 get-pip.py
4141
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
4242
- uses: googleapis/code-suggester@v2 # takes the changes from git directory

0 commit comments

Comments
 (0)