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 6a27651 commit f4c3ecfCopy full SHA for f4c3ecf
.github/workflows/python-package.yml
@@ -15,7 +15,7 @@ jobs:
15
max-parallel: 1
16
matrix:
17
# TODO: unlock parallel testing by using more API keys
18
- python-test.happy: [3.6, 3.7, 3.8]
+ python-test.version: [3.6, 3.7, 3.8]
19
20
steps:
21
- name: Cancel previous workflow
@@ -36,10 +36,10 @@ jobs:
36
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
37
ref: ${{ github.head_ref }}
38
39
- - name: Set up Python ${{ matrix.python-test.happy }}
+ - name: Set up Python ${{ matrix.python-test.version }}
40
uses: actions/setup-python@v2
41
with:
42
- python-test.happy: ${{ matrix.python-test.happy }}
+ python-test.version: ${{ matrix.python-test.version }}
43
44
- name: yapf
45
id: yapf
0 commit comments