Skip to content

Commit 1121f22

Browse files
remove steps
1 parent 3a3e8c9 commit 1121f22

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,6 @@ jobs:
287287
timeout-minutes: 90
288288

289289
steps:
290-
- name: Print IS_WINDOWS_CONFIG
291-
run: echo "${{ fromJSON(matrix.config.container) }}"
292-
293290
- name: Checkout
294291
if: fromJSON(matrix.config.container) == null
295292
uses: actions/checkout@v4
@@ -312,11 +309,6 @@ jobs:
312309
uses: actions/setup-python@v5
313310
with:
314311
python-version: '3.11.x'
315-
316-
- name: Ensure distutils is available
317-
if: env.IS_MACOS_CONFIG == true
318-
run: |
319-
python -m pip install setuptools
320312

321313
- name: Install Go
322314
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false

0 commit comments

Comments
 (0)