Skip to content

Commit c76359f

Browse files
authored
Merge pull request #2 from msabramo/github-actions
Fix Python version setup in CI workflow to use matrix variable
2 parents 00c017f + b04a3b9 commit c76359f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.10'
23+
python-version: ${{ matrix.python-version }}
2424

2525
- name: Install uv
2626
run: |

0 commit comments

Comments
 (0)