Skip to content

Commit 6a27651

Browse files
committed
parallelize
1 parent 6871c0e commit 6a27651

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
max-parallel: 1
1616
matrix:
1717
# TODO: unlock parallel testing by using more API keys
18-
python-test:
19-
version: [3.6, 3.7, 3.8]
18+
python-test.happy: [3.6, 3.7, 3.8]
2019

2120
steps:
2221
- name: Cancel previous workflow
@@ -37,11 +36,10 @@ jobs:
3736
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
3837
ref: ${{ github.head_ref }}
3938

40-
- name: Set up Python ${{ matrix.python-test.version }}
39+
- name: Set up Python ${{ matrix.python-test.happy }}
4140
uses: actions/setup-python@v2
4241
with:
43-
python-test:
44-
version: ${{ matrix.python-test.version }}
42+
python-test.happy: ${{ matrix.python-test.happy }}
4543

4644
- name: yapf
4745
id: yapf

0 commit comments

Comments
 (0)