Skip to content

Commit f44d340

Browse files
authored
Update generate.yaml
1 parent 9de0e5c commit f44d340

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
repository: googleapis/discovery-artifact-manager
3333
fetch-depth: 1
3434
path: discovery-artifact-manager
35-
- uses: actions/setup-python@v5
36-
with:
37-
python-version: 3.6
3835
- run: |
3936
sudo apt update
37+
sudo install python3
4038
python3 --version
4139
pip --version
4240
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}

0 commit comments

Comments
 (0)