Skip to content

Commit f4c3ecf

Browse files
committed
parallelize
1 parent 6a27651 commit f4c3ecf

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
@@ -15,7 +15,7 @@ jobs:
1515
max-parallel: 1
1616
matrix:
1717
# TODO: unlock parallel testing by using more API keys
18-
python-test.happy: [3.6, 3.7, 3.8]
18+
python-test.version: [3.6, 3.7, 3.8]
1919

2020
steps:
2121
- name: Cancel previous workflow
@@ -36,10 +36,10 @@ jobs:
3636
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
3737
ref: ${{ github.head_ref }}
3838

39-
- name: Set up Python ${{ matrix.python-test.happy }}
39+
- name: Set up Python ${{ matrix.python-test.version }}
4040
uses: actions/setup-python@v2
4141
with:
42-
python-test.happy: ${{ matrix.python-test.happy }}
42+
python-test.version: ${{ matrix.python-test.version }}
4343

4444
- name: yapf
4545
id: yapf

0 commit comments

Comments
 (0)