Skip to content

Commit 16e2c77

Browse files
committed
Fixes to disable python
1 parent 0994cfb commit 16e2c77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Setup crlf
3333
run: |
3434
git config --global core.autocrlf false
35-
- name: Setup Python
36-
id: setup-python
37-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
38-
with:
39-
python-version: '3.9'
35+
# - name: Setup Python
36+
# id: setup-python
37+
# uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
38+
# with:
39+
# python-version: '3.9'
4040
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A
4141
with:
4242
ref: ${{ (inputs.release-version && format('llvmorg-{0}', inputs.release-version)) || github.sha }}

0 commit comments

Comments
 (0)