Skip to content

Commit aeeeeb9

Browse files
altendkyrichardkiss
authored andcommitted
matrix.python-version not matrix.python
1 parent c4ceada commit aeeeeb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-python@v4
3131
name: Install Python ${{ matrix.python-version }}
3232
with:
33-
python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python) }}
33+
python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python-version) }}
3434

3535
- name: Update pip
3636
run: |
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/setup-python@v2
100100
name: Install Python ${{ matrix.python-version }}
101101
with:
102-
python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python) }}
102+
python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python-version) }}
103103

104104
- name: Update pip
105105
run: |

0 commit comments

Comments
 (0)