Skip to content

Commit 93a2ab3

Browse files
authored
CI(package): make build and test matrices match
1 parent e35488c commit 93a2ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ jobs:
127127
matrix:
128128
# os: [ubuntu-latest, windows-latest, macOS-latest]
129129
os: [windows-latest]
130-
platform: [x86, x64]
131-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
132-
python-platform: [x86, x64]
130+
platform: [x86]
131+
python-version: ['3.8']
132+
python-platform: [x86]
133133
steps:
134134
- name: Download package
135135
uses: actions/[email protected]

0 commit comments

Comments
 (0)