Skip to content

Commit bec9e50

Browse files
committed
Fix typo in Python version in Github Action CI
1 parent 41e965a commit bec9e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
10+
1111
strategy:
1212
matrix:
1313
python-version: ["3.9", "3.10"]
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6
1919
with:
20-
python-version: ${{ matrix.python-verison }}
20+
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)