Skip to content

Commit 837b1ce

Browse files
Add PR recommendation about python-version
1 parent d6ec64d commit 837b1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-tests-drafts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: ${{ matrix.python }}
22+
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: ${{ matrix.python }}
27+
python-version: ${{ matrix.python-version }}
2828
- name: Install dependencies
2929
run: |
3030
python --version

0 commit comments

Comments
 (0)