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 e4e994d commit 8ba961cCopy full SHA for 8ba961c
.github/workflows/generate.yaml
@@ -32,11 +32,13 @@ 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 apt install python3
- echo "using $(python3 --version)"
- echo "using $(pip --version)"
40
+ python3 --version
41
+ pip --version
42
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
43
- uses: googleapis/code-suggester@v2 # takes the changes from git directory
44
env:
0 commit comments