We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2921fa commit bb2db93Copy full SHA for bb2db93
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
14
steps:
15
- uses: actions/checkout@v3
16
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v4
18
with:
19
python-version: ${{ matrix.python-version }}
0 commit comments