Skip to content

Commit defcba3

Browse files
authored
Update generate.yaml
1 parent d0695a6 commit defcba3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/generate.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ 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.8.10
3538
- run: |
3639
sudo apt update
37-
sudo apt install python3
3840
python3 --version
3941
pip install pip==21.3.1
4042
pip --version

0 commit comments

Comments
 (0)