Skip to content

Commit c5669a8

Browse files
committed
Test
1 parent 7cb8fc7 commit c5669a8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -214,28 +214,11 @@ jobs:
214214
- name: Tests
215215
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci
216216

217-
build_win_amd64_free_threaded:
218-
name: 'Windows (x64): Free Threaded'
219-
runs-on: windows-latest
220-
timeout-minutes: 60
221-
if: github.event.label.name == 'topic-free-threaded'
222-
env:
223-
IncludeUwp: 'true'
224-
steps:
225-
- uses: actions/checkout@v4
226-
- name: Register MSVC problem matcher
227-
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
228-
- name: Build CPython
229-
run: .\PCbuild\build.bat -e --disable-gil -d -p x64
230-
- name: Display build info
231-
run: .\python.bat -m test.pythoninfo
232-
233217
build_win_arm64:
234218
name: 'Windows (arm64)'
235219
runs-on: windows-latest
236220
timeout-minutes: 60
237221
needs: check_source
238-
if: needs.check_source.outputs.run_tests == 'true'
239222
env:
240223
IncludeUwp: 'true'
241224
steps:

0 commit comments

Comments
 (0)