Skip to content

Commit 6871c0e

Browse files
committed
parallelize
1 parent 490c393 commit 6871c0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Set up Python ${{ matrix.python-test.version }}
4141
uses: actions/setup-python@v2
4242
with:
43-
python-test.version: ${{ matrix.python-test.version }}
43+
python-test:
44+
version: ${{ matrix.python-test.version }}
4445

4546
- name: yapf
4647
id: yapf

0 commit comments

Comments
 (0)