Skip to content

Commit e4e994d

Browse files
authored
fix: remove pip script and try using default version
Currently we are using this script, which is now throwing an error: https://bootstrap.pypa.io/pip/3.6/get-pip.py
1 parent c4c9bf5 commit e4e994d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +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
40-
python3 get-pip.py
39+
echo "using $(pip --version)"
4140
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
4241
- uses: googleapis/code-suggester@v2 # takes the changes from git directory
4342
env:

0 commit comments

Comments
 (0)