We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3e8c9 commit 1121f22Copy full SHA for 1121f22
.github/workflows/build.yml
@@ -287,9 +287,6 @@ jobs:
287
timeout-minutes: 90
288
289
steps:
290
- - name: Print IS_WINDOWS_CONFIG
291
- run: echo "${{ fromJSON(matrix.config.container) }}"
292
-
293
- name: Checkout
294
if: fromJSON(matrix.config.container) == null
295
uses: actions/checkout@v4
@@ -312,11 +309,6 @@ jobs:
312
309
uses: actions/setup-python@v5
313
310
with:
314
311
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
320
321
- name: Install Go
322
if: fromJSON(matrix.config.container) == null && env.IS_WINDOWS_CONFIG == false
0 commit comments