Skip to content

Commit eeed93b

Browse files
committed
Fix codecov CI Python version selection
1 parent 18de153 commit eeed93b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python 3.x
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: ${{ matrix.py-version }}
27+
python-version: 3.x
2828
- name: Checkout the repository
2929
uses: actions/checkout@v6
3030
- name: Install base requirements

0 commit comments

Comments
 (0)