From 0cdb3926691bf3405519ef00481a9e2a825c0021 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Mon, 18 Nov 2024 13:27:05 +0900 Subject: [PATCH] Only run pypy w/ x64 --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10965e132..0747e6d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13'] + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] arch: ['x86', 'x64'] lsp: [''] lsp_extract_file: [''] @@ -34,6 +34,11 @@ jobs: lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe' lsp_extract_file: '' extra_name: ', with IFS LSP' + - python: 'pypy-3.10' + arch: 'x64' + lsp: '' + lsp_extract_file: '' + extra_name: '' #- python: '3.9' # arch: 'x64' # lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'