Skip to content

Commit 42152a8

Browse files
committed
fix(workflow): should be array
1 parent 8504dad commit 42152a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cross_platform_pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
os: ubuntu-latest
12+
os: [ubuntu-latest]
1313
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1414
architecture: ["x64", "arm64"]
1515

0 commit comments

Comments
 (0)