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 9de0e5c commit f44d340Copy full SHA for f44d340
.github/workflows/generate.yaml
@@ -32,11 +32,9 @@ jobs:
32
repository: googleapis/discovery-artifact-manager
33
fetch-depth: 1
34
path: discovery-artifact-manager
35
- - uses: actions/setup-python@v5
36
- with:
37
- python-version: 3.6
38
- run: |
39
sudo apt update
+ sudo install python3
40
python3 --version
41
pip --version
42
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
0 commit comments