Skip to content

Commit 9d54a7e

Browse files
committed
Upd CI
1 parent bc27fdc commit 9d54a7e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python $
19+
20+
- name: Set up Python ${{ matrix.python-version }}
2021
uses: actions/setup-python@v5
2122
with:
22-
python-version: $
23+
python-version: ${{ matrix.python-version }}
2324
- name: Install dependencies
2425
run: |
2526
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)