We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ceada commit aeeeeb9Copy full SHA for aeeeeb9
.github/workflows/benchmark.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/setup-python@v4
31
name: Install Python ${{ matrix.python-version }}
32
with:
33
- python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python) }}
+ python-version: ${{ format('{0}.0-alpha - {0}.X', matrix.python-version) }}
34
35
- name: Update pip
36
run: |
@@ -99,7 +99,7 @@ jobs:
99
- uses: actions/setup-python@v2
100
101
102
103
104
105
0 commit comments