Skip to content

Commit 2aef964

Browse files
authored
ci(librarian): remove unused setup-python steps from workflows (googleapis#13931)
Remove unused python setup step in workflows. They are unused since googleapis#13912 and causing problems in clean up steps. Fixes googleapis/librarian#7096
1 parent d091863 commit 2aef964

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/librarian_generation_check.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
sudo apt-get update && sudo apt-get install -y maven
6767
fi
6868
mvn -version
69-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
70-
with:
71-
python-version: "3.12"
72-
cache: 'pip'
7369
- name: Run librarian install
7470
run: |
7571
librarian install

.github/workflows/update_librarian_googleapis.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ jobs:
114114
sudo apt-get update && sudo apt-get install -y maven
115115
fi
116116
mvn -version
117-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
118-
if: steps.detect_librarian.outputs.has_changes == 'true'
119-
with:
120-
python-version: "3.12"
121-
cache: 'pip'
122117
- name: Run librarian install
123118
if: steps.detect_librarian.outputs.has_changes == 'true'
124119
run: |

0 commit comments

Comments
 (0)