Skip to content

Commit bf9bf1c

Browse files
committed
Remove python setup from rebuild workflow
1 parent 24fa947 commit bf9bf1c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/rebuild.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
npm run lint -- --fix
7474
npm run build
7575
76-
- name: Set up Python
77-
uses: actions/setup-python@v6
78-
with:
79-
python-version: 3.11
80-
8176
- name: Sync back version updates to generated workflows
8277
# Only sync back versions on Dependabot update PRs
8378
if: startsWith(env.HEAD_REF, 'dependabot/')

0 commit comments

Comments
 (0)