Skip to content

Commit 8ba961c

Browse files
authored
test python version
1 parent e4e994d commit 8ba961c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/generate.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ 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
3538
- run: |
3639
sudo apt update
37-
sudo apt install python3
38-
echo "using $(python3 --version)"
39-
echo "using $(pip --version)"
40+
python3 --version
41+
pip --version
4042
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
4143
- uses: googleapis/code-suggester@v2 # takes the changes from git directory
4244
env:

0 commit comments

Comments
 (0)