Skip to content

Commit 7334c42

Browse files
authored
Merge pull request #3138 from A5rocks/dont-check-pypy-x86
Only run x64 pypy
2 parents f724be5 + 0cdb392 commit 7334c42

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: ['pypy-3.10', '3.9', '3.10', '3.11', '3.12', '3.13']
21+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2222
arch: ['x86', 'x64']
2323
lsp: ['']
2424
lsp_extract_file: ['']
@@ -34,6 +34,11 @@ jobs:
3434
lsp: 'https://www.proxifier.com/download/legacy/ProxifierSetup342.exe'
3535
lsp_extract_file: ''
3636
extra_name: ', with IFS LSP'
37+
- python: 'pypy-3.10'
38+
arch: 'x64'
39+
lsp: ''
40+
lsp_extract_file: ''
41+
extra_name: ''
3742
#- python: '3.9'
3843
# arch: 'x64'
3944
# lsp: 'http://download.pctools.com/mirror/updates/9.0.0.2308-SDavfree-lite_en.exe'

0 commit comments

Comments
 (0)