Skip to content

Commit 75a2884

Browse files
committed
update
1 parent e5aae7c commit 75a2884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: "3.10"
28-
os: ubuntu-latest
29-
platform: x64
27+
python-version: [ "3.10"]
28+
os: [ubuntu-latest]
29+
platform: [x64]
3030
#python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
3131
#os: [ubuntu-latest]
3232
#platform: [x64, x32]

0 commit comments

Comments
 (0)