We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6871c0e commit 6a27651Copy full SHA for 6a27651
.github/workflows/python-package.yml
@@ -15,8 +15,7 @@ jobs:
15
max-parallel: 1
16
matrix:
17
# TODO: unlock parallel testing by using more API keys
18
- python-test:
19
- version: [3.6, 3.7, 3.8]
+ python-test.happy: [3.6, 3.7, 3.8]
20
21
steps:
22
- name: Cancel previous workflow
@@ -37,11 +36,10 @@ jobs:
37
36
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
38
ref: ${{ github.head_ref }}
39
40
- - name: Set up Python ${{ matrix.python-test.version }}
+ - name: Set up Python ${{ matrix.python-test.happy }}
41
uses: actions/setup-python@v2
42
with:
43
44
- version: ${{ matrix.python-test.version }}
+ python-test.happy: ${{ matrix.python-test.happy }}
45
46
- name: yapf
47
id: yapf
0 commit comments