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.
2 parents e8c364c + b899486 commit 46b5bc7Copy full SHA for 46b5bc7
.github/workflows/build.yml
@@ -17,15 +17,12 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-name: [
21
- "Python 3.9", "Python 3.10", "Python 3.11", "Python 3.12"
22
- ]
23
python-version: [
24
"3.9", "3.10", "3.11", "3.12"
25
]
26
steps:
27
- uses: actions/checkout@master
28
- - name: Set up ${{ matrix.python-name }}
+ - name: Set up ${{ matrix.python-version }}
29
uses: actions/setup-python@master
30
with:
31
python-version: ${{ matrix.python-version }}
0 commit comments