Skip to content

Commit b1d3f4d

Browse files
committed
Do not setup Python at all
1 parent 4ce6dca commit b1d3f4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ jobs:
157157
- name: checkout submodules
158158
run: src/ci/scripts/checkout-submodules.sh
159159

160-
- name: Setup Python
161-
uses: actions/setup-python@v5
162-
with:
163-
python-version: '3.8'
164-
architecture: 'arm64'
160+
# - name: Setup Python
161+
# uses: actions/setup-python@v5
162+
# with:
163+
# python-version: '3.8'
164+
# architecture: 'arm64'
165165

166166
- name: install MinGW
167167
run: src/ci/scripts/install-mingw.sh

0 commit comments

Comments
 (0)