Skip to content

Commit bb2db93

Browse files
committed
ci: fix tests ci workflow
1 parent b2921fa commit bb2db93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up Python ${{ matrix.python-version }}
16+
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)