Skip to content

Commit 7ad4b94

Browse files
committed
Use the matrix python version when building wheels
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 1c9c9b9 commit 7ad4b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup Python
103103
uses: frequenz-floss/[email protected]
104104
with:
105-
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
105+
python-version: ${{ matrix.python }}
106106
dependencies: build
107107

108108
- name: Build the source and binary distribution

0 commit comments

Comments
 (0)